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
CPixelView & nscale8_video(uint8_t scaledown)
Scale every LED by the given scale.
Definition
pixelset.h:240
CPixelView
Represents a view/window into a set of LED pixels, providing array-like access and rich color operati...
Definition
pixelset.h:110
CPixelView
Generated on Sat Sep 20 2025 20:42:21 for FastLED by
1.13.2