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
105
of file
crgb.h
.
106
: r(ir), g(ig), b(ib)
107
{
108
}
CRGB
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2