FastLED
3.9.15
Loading...
Searching...
No Matches
eorder.h
Go to the documentation of this file.
1
3
4
#pragma once
5
#include "
fl/namespace.h
"
6
7
FASTLED_NAMESPACE_BEGIN
8
14
enum
EOrder
{
15
RGB
=0012,
16
RBG
=0021,
17
GRB
=0102,
18
GBR
=0120,
19
BRG
=0201,
20
BGR
=0210
21
};
22
23
// After EOrder is applied this is where W is inserted for RGBW.
24
enum
EOrderW
{
25
W3
= 0x3,
26
W2
= 0x2,
27
W1
= 0x1,
28
W0
= 0x0,
29
WDefault
=
W3
30
};
31
32
FASTLED_NAMESPACE_END
33
EOrder
EOrder
RGB color channel orderings, used when instantiating controllers to determine what order the controll...
Definition
eorder.h:14
RGB
@ RGB
Red, Green, Blue (0012)
Definition
eorder.h:15
BGR
@ BGR
Blue, Green, Red (0210)
Definition
eorder.h:20
BRG
@ BRG
Blue, Red, Green (0201)
Definition
eorder.h:19
GRB
@ GRB
Green, Red, Blue (0102)
Definition
eorder.h:17
RBG
@ RBG
Red, Blue, Green (0021)
Definition
eorder.h:16
GBR
@ GBR
Green, Blue, Red (0120)
Definition
eorder.h:18
EOrderW
EOrderW
Definition
eorder.h:24
W3
@ W3
White is fourth.
Definition
eorder.h:25
W1
@ W1
White is second.
Definition
eorder.h:27
W0
@ W0
White is first.
Definition
eorder.h:28
WDefault
@ WDefault
Definition
eorder.h:29
W2
@ W2
White is third.
Definition
eorder.h:26
FASTLED_NAMESPACE_END
#define FASTLED_NAMESPACE_END
Definition
namespace.h:22
namespace.h
Implements the FastLED namespace macros.
FASTLED_NAMESPACE_BEGIN
Definition
colorutils.cpp:42
eorder.h
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2