Describes a 16bits 16-bits RGB color.
Inherits from
Crgb8T<word><word>.
Methods
Name | Description |
---|
toRGB | Returns the RGB color in 32-bits. |
toRGB8 | Returns the RGB color in 8-bits. |
getSummatory | Returns R+G+B. |
...
Language | Syntax |
---|
C++ | toRGB8( Crgb8& rgb8 ) |
Python | Crgb8 toRGB8() |
...