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

◆ leds() [1/2]

const CRGB * fl::CLEDController::leds ( ) const
inline

Const pointer to the CRGB array for this controller.

Returns
CLEDController::mLeds.data()

Definition at line 275 of file cled_controller.h.

275{ return mLeds.data(); }
fl::span< CRGB > mLeds
span of LED data used by this controller

References FL_NOEXCEPT, and mLeds.