FastLED
3.9.15
Loading...
Searching...
No Matches
◆
Print()
template<typename PrintStream>
void Color3i::Print
(
PrintStream *
stream
)
const
inline
Definition at line
43
of file
color.h
.
43
{
44
stream->print(
"RGB:\t"
);
45
stream->print(
r_
); stream->print(
",\t"
);
46
stream->print(
g_
); stream->print(
",\t"
);
47
stream->print(
b_
);
48
stream->print(
"\n"
);
49
}
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