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

◆ operator%=()

FASTLED_FORCE_INLINE CRGB & CRGB::operator%= ( fl::u8 scaledown)

%= is a synonym for nscale8_video().

Think of it is scaling down by "a percentage"

Definition at line 78 of file crgb.hpp.

79{
80 nscale8x3_video( r, g, b, scaledown);
81 return *this;
82}

References CRGB(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: