repr:strokeColor

Diagram

Description

Color and transparency of lines and polylines.

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

Contained by:

repr:lineStyle, repr:polygonStyle

repr:strokeColor

Dark blue semitransparent line:

<repr:strokeColor>0000FF80</repr:strokeColor>