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

Method leds

src/fl/channels/channel.cpp.hpp:761–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761fl::span<CRGB> Channel::leds() {
762 return fl::span<CRGB>(CPixelLEDController<RGB>::leds(), CPixelLEDController<RGB>::size());
763}
764
765fl::span<const CRGB> Channel::leds() const {
766 return fl::span<const CRGB>(CPixelLEDController<RGB>::leds(), CPixelLEDController<RGB>::size());

Callers 2

getLEDsMethod · 0.45
clearMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected