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

◆ get() [2/2]

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

Definition at line 468 of file pixelset.h.

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

References rawleds.