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

◆ operator%()

FASTLED_FORCE_INLINE CRGB fl::operator% ( const CRGB & p1,
u8 d )

Scale using CRGB::nscale8_video()

Definition at line 206 of file crgb.hpp.

207{
208 CRGB retval( p1);
209 retval.nscale8_video( d);
210 return retval;
211}
Representation of an 8-bit RGB pixel (Red, Green, Blue)
Definition crgb.h:38

References FASTLED_FORCE_INLINE, FL_NOEXCEPT, and fl::CRGB::nscale8_video().

+ Here is the call graph for this function: