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

◆ EOrderW

enum class fl::EOrderW
strong
Enumerator
W3 

White is fourth.

W2 

White is third.

W1 

White is second.

W0 

White is first.

WDefault 

Definition at line 23 of file eorder.h.

23 {
24 W3 = 0x3,
25 W2 = 0x2,
26 W1 = 0x1,
27 W0 = 0x0,
28 WDefault = W3
29};
constexpr EOrderW W3
Definition eorder.h:24
constexpr EOrderW W2
Definition eorder.h:25
constexpr EOrderW W0
Definition eorder.h:27
constexpr EOrderW W1
Definition eorder.h:26
constexpr EOrderW WDefault
Definition eorder.h:28