EOrder
RGB color channel orderings, used when instantiating controllers to determine what order the controll...
@ RGB
Red, Green, Blue (0012)
@ BGR
Blue, Green, Red (0210)
@ BRG
Blue, Red, Green (0201)
@ GRB
Green, Red, Blue (0102)
@ RBG
Red, Blue, Green (0021)
@ GBR
Green, Blue, Red (0120)
Implements the FastLED namespace macros.
#define FASTLED_NAMESPACE_END
End of the FastLED namespace.
#define FASTLED_NAMESPACE_BEGIN
Start of the FastLED namespace.