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

◆ operator-()

CRGB fl::CRGB::operator- ( ) const
inlineconstexpr

Invert each channel.

Definition at line 367 of file crgb.h.

368 {
369 return CRGB(255 - r, 255 - g, 255 - b);
370 }
FASTLED_FORCE_INLINE CRGB() FL_NOEXCEPT
Default constructor.
Definition crgb.h:111

References CRGB(), and FL_NOEXCEPT.

+ Here is the call graph for this function: