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

◆ leds() [2/2]

fl::span< const CRGB > fl::Channel::leds ( ) const

Get the LED array as a span (const)

Definition at line 765 of file channel.cpp.hpp.

765 {
766 return fl::span<const CRGB>(CPixelLEDController<RGB>::leds(), CPixelLEDController<RGB>::size());
767}
CRGB * leds() FL_NOEXCEPT
Pointer to the CRGB array for this controller.
virtual int size() const FL_NOEXCEPT
How many LEDs does this controller manage?

References fl::CLEDController::leds(), and fl::CLEDController::size().

+ Here is the call graph for this function: