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

◆ operator++() [1/2]

FASTLED_FORCE_INLINE CRGB & CRGB::operator++ ( )

Add a constant of '1' from each channel, saturating at 0xFF.

Definition at line 48 of file crgb.hpp.

49{
50 addToRGB(1);
51 return *this;
52}
FASTLED_FORCE_INLINE CRGB & addToRGB(uint8_t d)
Add a constant to each channel, saturating at 0xFF.
Definition crgb.hpp:31

References CRGB(), addToRGB(), and FASTLED_FORCE_INLINE.

+ Here is the call graph for this function: