FastLED 3.9.15
Loading...
Searching...
No Matches
eorder.h
Go to the documentation of this file.
1
3
4#pragma once
5
6#include "fl/eorder.h"
7
8// Global aliases for backward compatibility
11
12// Bring enum values into global scope
13using fl::RGB;
14using fl::RBG;
15using fl::GRB;
16using fl::GBR;
17using fl::BRG;
18using fl::BGR;
19
20using fl::W3;
21using fl::W2;
22using fl::W1;
23using fl::W0;
24using fl::WDefault;
fl::EOrderW EOrderW
Definition eorder.h:10
fl::EOrder EOrder
Definition eorder.h:9
Defines color channel ordering enumerations in the fl namespace.
EOrder
RGB color channel orderings, used when instantiating controllers to determine what order the controll...
Definition eorder.h:13
@ RBG
Red, Blue, Green (0021)
Definition eorder.h:15
@ BGR
Blue, Green, Red (0210)
Definition eorder.h:19
@ GBR
Green, Blue, Red (0120)
Definition eorder.h:17
@ GRB
Green, Red, Blue (0102)
Definition eorder.h:16
@ BRG
Blue, Red, Green (0201)
Definition eorder.h:18
@ RGB
Red, Green, Blue (0012)
Definition eorder.h:14
EOrderW
Definition eorder.h:23
@ 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