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

◆ head()

static CLEDController * fl::CLEDController::head ( )
inlinestatic

Get the first LED controller in the linked list of controllers.

Returns
CLEDController::mPHead

Definition at line 209 of file cled_controller.h.

209{ return mPHead; }
static CLEDController * mPHead
pointer to the first LED controller in the linked list

References CLEDController(), FL_NOEXCEPT, and mPHead.

Referenced by calculate_max_brightness_for_power_mW(), CFastLED::clearData(), CFastLED::count(), CFastLED::operator[](), CFastLED::setCorrection(), CFastLED::setDither(), CFastLED::setTemperature(), CFastLED::show(), CFastLED::showColor(), and visitControllers().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: