FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator bool()

fl::CRGB::operator bool ( ) const
inlineexplicitconstexpr

This allows testing a CRGB for zero-ness.

Definition at line 352 of file crgb.h.

353 {
354 return r || g || b;
355 }

References FL_NOEXCEPT.