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

◆ fill_solid() [1/2]

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

Fill all of the LEDs with a solid color.

Parameters
colorthe color to fill with

Definition at line 292 of file pixelset.h.

292{ *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