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

◆ fadeLightBy()

template<class PIXEL_TYPE>
CPixelView & CPixelView< PIXEL_TYPE >::fadeLightBy ( uint8_t fadefactor)
inline

Fade every LED down by the given scale.

Definition at line 244 of file pixelset.h.

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