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

43{
44 addToRGB(1);
45 return *this;
46}
FASTLED_FORCE_INLINE CRGB & addToRGB(u8 d) FL_NOEXCEPT
Add a constant to each channel, saturating at 0xFF.
Definition crgb.hpp:25

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

+ Here is the call graph for this function: