color property

Color get color

The color used in the symbol layer's material fill.

The alpha value of the color sets the transparency of the material fill. If alpha is 255 for a _RgbColor then the material fill is opaque. If a color is not explicitly set, the default is white, RGBA(255, 255, 255, 255).

set color (Color value)