FastLED
3.9.15
Loading...
Searching...
No Matches
◆
CRGB()
[2/7]
CRGB::CRGB
(
uint8_t
ir
,
uint8_t
ig
,
uint8_t
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
110
of file
crgb.h
.
111
: r(ir), g(ig), b(ib)
112
{
113
}
CRGB
Generated on Thu Jun 5 2025 04:29:39 for FastLED by
1.13.2