FastLED 3.9.15
Loading...
Searching...
No Matches

◆ Pixel() [1/3]

fl::Pixel::Pixel ( uint8_t r,
uint8_t g,
uint8_t b )
inline

Definition at line 87 of file ___pixeltypes.h.

88 : red(r), green(g), blue(b) {
89 // brigthness =0xE0 |(br&31);
90 }

Referenced by Pixel(), operator!=(), operator=(), and operator==().

+ Here is the caller graph for this function: