repr:fillColor

Diagram

Description

Polygon fill color.

Hexadecimal representation of the polygon fill color in the RGBA format (such as 0xFFFFFFFF). The first six characters set the RGB color and the next two set the transparency. The transparency value is in the range from 00 (transparent) to FF (opaque).

Default value: 0xFF000000 (red, transparent).

Contained by:

repr:polygonStyle

repr:fillColor

Dark blue semitransparent fill:

<repr:fillColor>0000FF80</repr:fillColor>