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

Method size

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

Source from the content-addressed store, hash-verified

747}
748
749int Channel::size() const {
750 return CPixelLEDController<RGB>::size();
751}
752
753void Channel::showLeds(u8 brightness) {
754 CPixelLEDController<RGB>::showLeds(brightness);

Callers 15

runSingleValidationTestFunction · 0.45
writeUCS7604Function · 0.45
writeWithPaddingMethod · 0.45
addDriverMethod · 0.45
removeDriverMethod · 0.45
clearAllDriversMethod · 0.45
getDriverCountMethod · 0.45
getDriverInfosMethod · 0.45
MultiChannelConfigMethod · 0.45
getSizeMethod · 0.45
getMinimumSizeMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected