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

◆ operator-()

CRGB CRGB::operator- ( ) const
inlineconstexpr

Invert each channel.

Definition at line 422 of file crgb.h.

423 {
424 return CRGB(255 - r, 255 - g, 255 - b);
425 }
FASTLED_FORCE_INLINE CRGB()
Default constructor.
Definition crgb.h:158

References CRGB().

+ Here is the call graph for this function: