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

◆ operator fl::span< CRGB >()

template<int SIZE>
CRGBArray< SIZE >::operator fl::span< CRGB > ( )
inline

Definition at line 505 of file pixelset.h.

505{ return fl::span<CRGB>(rawleds, SIZE); }
CRGB rawleds[SIZE]
the LED data
Definition pixelset.h:497
A version of CPixelView<CRGB> with an included array of CRGB LEDs.
Definition pixelset.h:496

References rawleds.