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

◆ fadeToBlackBy()

template<class PIXEL_TYPE>
CPixelView & CPixelView< PIXEL_TYPE >::fadeToBlackBy ( uint8_t fade)
inline

Fade every LED down by the given scale.

Definition at line 254 of file pixelset.h.

254{ return nscale8(255 - fade); }
CPixelView & nscale8(uint8_t scaledown)
Scale every LED by the given scale.
Definition pixelset.h:247
Represents a view/window into a set of LED pixels, providing array-like access and rich color operati...
Definition pixelset.h:110