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

◆ leds()

CRGB * CFastLED::leds ( )

Get a pointer to led data for the first controller.

Returns
pointer to the CRGB buffer for the first controller

Definition at line 114 of file FastLED.cpp.hpp.

114 {
115 return (*this)[0].leds();
116}

Referenced by getEstimatedPowerInMilliWatts().

+ Here is the caller graph for this function: