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

◆ get() [2/2]

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

Definition at line 460 of file pixelset.h.

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

References rawleds.