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

◆ get() [1/2]

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

Definition at line 510 of file pixelset.h.

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

References rawleds.