FastLED 3.9.15
|
Defines color channel ordering enumerations in the fl namespace.
Definition in file eorder.h.
Go to the source code of this file.
Namespaces | |
namespace | fl |
IMPORTANT! | |
Enumerations | |
enum | fl::EOrder { fl::RGB =0012 , fl::RBG =0021 , fl::GRB =0102 , fl::GBR =0120 , fl::BRG =0201 , fl::BGR =0210 } |
RGB color channel orderings, used when instantiating controllers to determine what order the controller should send data out in. More... | |
enum | fl::EOrderW { fl::W3 = 0x3 , fl::W2 = 0x2 , fl::W1 = 0x1 , fl::W0 = 0x0 , fl::WDefault = W3 } |