FastLED
3.9.15
Loading...
Searching...
No Matches
◆
fadeLightBy()
template<class PIXEL_TYPE>
CPixelView
&
CPixelView
< PIXEL_TYPE >::fadeLightBy
(
fl::u8
fadefactor
)
inline
Fade every LED down by the given scale.
Definition at line
236
of file
pixelset.h
.
236
{
return
nscale8_video
(255 -
fadefactor
); }
CPixelView::nscale8_video
CPixelView & nscale8_video(fl::u8 scaledown)
Scale every LED by the given scale.
Definition
pixelset.h:232
CPixelView
Represents a view/window into a set of LED pixels, providing array-like access and rich color operati...
Definition
pixelset.h:102
CPixelView
Generated on Tue Jun 16 2026 00:07:03 for FastLED by
1.13.2