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

◆ get() [1/2]

template<int SIZE>
CRGB * CRGBArray< SIZE >::get ( )
inline

Definition at line 467 of file pixelset.h.

467{ return &rawleds[0]; }
CRGB rawleds[SIZE]
the LED data
Definition pixelset.h:462

References rawleds.