fillColor

open var fillColor: Int

Returns a fill color associated with this object or Color.TRANSPARENT if no color is set. Note that alpha channel is not taken into account as per PDF specifications.

Only used for certain annotation types. LinkAnnotations, for example, aren't affected by this property.

The annotation will only store the RGB part and discard the alpha channel set here. Annotation opacity is set via the alpha property.

Return

Color of annotation or Color.TRANSPARENT if no color is set.