Crgb8

Describes a 8-bits RGB color.

Inherits from

Crgb8T<byte>.

Methods

NameDescription
toRGBReturns the RGB color in 32-bits.
setZeroSets all values to zero.
getSummatoryReturns R+G+B.
isZeroChecks whether all RGB values are zero.

toRGB

Returns the RGB color in 32-bits.

LanguageSyntax
C++void toRGB( Crgb& rgb )
PythonCrgb toRGB()