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

◆ size()

virtual int CLEDController::size ( )
inlinevirtual

How many LEDs does this controller manage?

Returns
CLEDController::m_nLeds

Definition at line 174 of file cled_controller.h.

174{ return m_nLeds; }
int m_nLeds
the number of LEDs in the LED data array

References m_nLeds.

Referenced by beginShowLeds(), RGBWEmulatedController< CONTROLLER, RGB_ORDER >::beginShowLeds(), WS2816Controller< DATA_PIN, RGB_ORDER >::beginShowLeds(), calculate_max_brightness_for_power_mW(), RGBWEmulatedController< CONTROLLER, RGB_ORDER >::ControllerT::callBeginShowLeds(), WS2816Controller< DATA_PIN, RGB_ORDER >::ControllerT::callBeginShowLeds(), CFastLED::show(), and CFastLED::showColor().

+ Here is the caller graph for this function: