FastLED
3.9.15
Loading...
Searching...
No Matches
◆
CRGB()
[5/7]
CRGB::CRGB
(
ColorTemperature
colorcode
)
inline
constexpr
noexcept
Allow construction from a
ColorTemperature
enum.
Parameters
colorcode
an
ColorTemperature
enumeration value
Definition at line
138
of file
crgb.h
.
139
: r((colorcode >> 16) & 0xFF), g((colorcode >> 8) & 0xFF), b((colorcode >> 0) & 0xFF)
140
{
141
}
CRGB
Generated on Thu May 29 2025 04:44:58 for FastLED by
1.13.2