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