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

◆ scale8() [2/2]

FASTLED_FORCE_INLINE CRGB CRGB::scale8 ( fl::u8 scaledown) const

Return a CRGB object that is a scaled down version of this object.

Definition at line 124 of file crgb.hpp.

125{
126 CRGB out = *this;
127 fl::nscale8x3( out.r, out.g, out.b, scaledown);
128 return out;
129}
FASTLED_FORCE_INLINE CRGB() FL_NOEXCEPT
Default constructor.
Definition crgb.h:111

References CRGB(), FASTLED_FORCE_INLINE, and FL_NOEXCEPT.

+ Here is the call graph for this function: