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 39 of file crgb.hpp.

40{
41 addToRGB(1);
42 return *this;
43}
FASTLED_FORCE_INLINE CRGB & addToRGB(uint8_t d)
Add a constant to each channel, saturating at 0xFF.
Definition crgb.hpp:22

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

+ Here is the call graph for this function: