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

◆ fill_solid() [2/2]

template<class PIXEL_TYPE>
CPixelView & CPixelView< PIXEL_TYPE >::fill_solid ( const PIXEL_TYPE & color)
inline

Fill all of the LEDs with a solid color.

Parameters
colorthe color to fill with

Definition at line 290 of file pixelset.h.

290{ *this = color; return *this; }
Represents a view/window into a set of LED pixels, providing array-like access and rich color operati...
Definition pixelset.h:110