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

Method leds

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

Const pointer to the CRGB array for this controller @returns CLEDController::mLeds.data()

Source from the content-addressed store, hash-verified

273 /// Const pointer to the CRGB array for this controller
274 /// @returns CLEDController::mLeds.data()
275 const CRGB* leds() const FL_NOEXCEPT { return mLeds.data(); }
276
277 /// Span of LEDs managed by this controller
278 /// @returns CLEDController::mLeds

Callers 1

visitControllersMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected