FastLED
3.9.15
Loading...
Searching...
No Matches
◆
CRGB()
[2/8]
CRGB::CRGB
(
fl::u8
ir
,
fl::u8
ig
,
fl::u8
ib
)
inline
constexpr
noexcept
Allow construction from red, green, and blue.
Parameters
ir
input red value
ig
input green value
ib
input blue value
Definition at line
169
of file
crgb.h
.
170
: r(ir), g(ig), b(ib)
171
{
172
}
CRGB
Generated on Fri Aug 22 2025 20:59:35 for FastLED by
1.13.2