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
9
using
EOrder
=
fl::EOrder
;
10
using
EOrderW
=
fl::EOrderW
;
11
12
// Bring enum values into global scope
13
using
fl::RGB
;
14
using
fl::RBG
;
15
using
fl::GRB
;
16
using
fl::GBR
;
17
using
fl::BRG
;
18
using
fl::BGR
;
19
20
using
fl::W3
;
21
using
fl::W2
;
22
using
fl::W1
;
23
using
fl::W0
;
24
using
fl::WDefault
;
EOrderW
fl::EOrderW EOrderW
Definition
eorder.h:10
EOrder
fl::EOrder EOrder
Definition
eorder.h:9
eorder.h
Defines color channel ordering enumerations in the fl namespace.
fl::EOrder
EOrder
RGB color channel orderings, used when instantiating controllers to determine what order the controll...
Definition
eorder.h:13
fl::RBG
@ RBG
Red, Blue, Green (0021)
Definition
eorder.h:15
fl::BGR
@ BGR
Blue, Green, Red (0210)
Definition
eorder.h:19
fl::GBR
@ GBR
Green, Blue, Red (0120)
Definition
eorder.h:17
fl::GRB
@ GRB
Green, Red, Blue (0102)
Definition
eorder.h:16
fl::BRG
@ BRG
Blue, Red, Green (0201)
Definition
eorder.h:18
fl::RGB
@ RGB
Red, Green, Blue (0012)
Definition
eorder.h:14
fl::EOrderW
EOrderW
Definition
eorder.h:23
fl::W2
@ W2
White is third.
Definition
eorder.h:25
fl::W3
@ W3
White is fourth.
Definition
eorder.h:24
fl::WDefault
@ WDefault
Definition
eorder.h:28
fl::W0
@ W0
White is first.
Definition
eorder.h:27
fl::W1
@ W1
White is second.
Definition
eorder.h:26
eorder.h
Generated on Fri Aug 22 2025 20:59:33 for FastLED by
1.13.2