2.287 .rgb[enum]
This attribute defines the intensities (0 … 255) of the red, green and blue components of an RGB color at a color resource.
Definition
-
Data type
integer
-
Access
get, set
-
changed event
no
Index Range
- color_red
-
Determines the intensity of the red part.
- color_green
-
Determines the intensity of the green part.
- color_blue
-
Determines the intensity of the blue part.
Note
The attributes .rgb[enum], .hls[enum] and .name are mutually exclusive, so that get
may lead to a can't get value error message.