MCPcopy Create free account
hub / github.com/FastLED/FastLED / size

Method size

src/fl/channels/cled_controller.h:263–263  ·  view source on GitHub ↗

How many LEDs does this controller manage? @returns CLEDController::mLeds.size()

Source from the content-addressed store, hash-verified

261 /// How many LEDs does this controller manage?
262 /// @returns CLEDController::mLeds.size()
263 virtual int size() const FL_NOEXCEPT { return mLeds.size(); }
264
265 /// How many Lanes does this controller manage?
266 /// @returns 1 for a non-Parallel controller

Callers 4

CLEDControllerClass · 0.45
showLedsInternalMethod · 0.45
showColorInternalMethod · 0.45
visitControllersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected