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