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

◆ EOrderW

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};
@ W2
White is third.
Definition eorder.h:25
@ W3
White is fourth.
Definition eorder.h:24
@ WDefault
Definition eorder.h:28
@ W0
White is first.
Definition eorder.h:27
@ W1
White is second.
Definition eorder.h:26