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
339
of file
crgb.h
.
340
{
341
return
r || g || b;
342
}
CRGB
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2