FastLED
3.9.15
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
w
x
y
z
Functions
_
a
b
c
d
f
g
h
i
l
m
n
p
s
t
u
x
Variables
Typedefs
Enumerations
Enumerator
c
d
h
k
l
m
n
p
r
s
w
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
c
d
e
f
i
m
n
p
s
t
v
y
Enumerations
Enumerator
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
y
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
l
n
p
q
r
s
t
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
◆
CRGBPalette256()
[2/17]
CRGBPalette256::CRGBPalette256
(
const
CRGB
&
c00
,
const
CRGB
&
c01
,
const
CRGB
&
c02
,
const
CRGB
&
c03
,
const
CRGB
&
c04
,
const
CRGB
&
c05
,
const
CRGB
&
c06
,
const
CRGB
&
c07
,
const
CRGB
&
c08
,
const
CRGB
&
c09
,
const
CRGB
&
c10
,
const
CRGB
&
c11
,
const
CRGB
&
c12
,
const
CRGB
&
c13
,
const
CRGB
&
c14
,
const
CRGB
&
c15
)
inline
Create palette from 16
CRGB
values.
Definition at line
1757
of file
colorutils.h
.
1761
{
1762
CRGBPalette16 p16(c00,c01,c02,c03,c04,c05,c06,c07,
1763
c08,c09,c10,c11,c12,c13,c14,c15);
1764
*
this
= p16;
1765
};
CRGBPalette256
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2