FastLED 3.9.15
Loading...
Searching...
No Matches
eorder.h File Reference

Detailed Description

Defines color channel ordering enumerations.

Definition in file eorder.h.

#include "fl/namespace.h"
+ Include dependency graph for eorder.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  EOrder {
  RGB =0012 , RBG =0021 , GRB =0102 , GBR =0120 ,
  BRG =0201 , BGR =0210
}
 RGB color channel orderings, used when instantiating controllers to determine what order the controller should send data out in. More...
 
enum  EOrderW {
  W3 = 0x3 , W2 = 0x2 , W1 = 0x1 , W0 = 0x0 ,
  WDefault = W3
}