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

◆ leds() [2/2]

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

Pointer to the CRGB array for this controller.

Returns
CLEDController::mLeds.data()

Definition at line 271 of file cled_controller.h.

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

References FL_NOEXCEPT, and mLeds.

Referenced by calculate_max_brightness_for_power_mW(), fl::Channel::leds(), fl::Channel::leds(), setLeds(), and visitControllers().

+ Here is the caller graph for this function: