FastLED
3.9.15
Loading...
Searching...
No Matches
◆
At()
[2/2]
const uint8_t * Color3i::At
(
int
rgb_index
)
const
Definition at line
92
of file
color.cpp
.
92
{
93
switch
(rgb_index) {
94
case
0:
return
&
r_
;
95
case
1:
return
&
g_
;
96
case
2:
return
&
b_
;
97
}
98
return
NULL;
99
}
Color3i::b_
uint8_t b_
Definition
color.h:56
Color3i::g_
uint8_t g_
Definition
color.h:56
Color3i::r_
uint8_t r_
Definition
color.h:56
References
b_
,
g_
, and
r_
.
Color3i
Generated on Fri Aug 22 2025 20:59:35 for FastLED by
1.13.2