FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator bool()
CRGB::operator bool
(
)
const
inline
explicit
constexpr
This allows testing a
CRGB
for zero-ness.
Definition at line
407
of file
crgb.h
.
408
{
409
return
r || g || b;
410
}
CRGB
Generated on Fri Aug 22 2025 20:59:35 for FastLED by
1.13.2