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

Method getRgbw

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

Source from the content-addressed store, hash-verified

779}
780
781Rgbw Channel::getRgbw() const {
782 return CPixelLEDController<RGB>::getRgbw();
783}
784
785Channel& Channel::setGamma(float gamma) {
786 mSettings.mGamma = gamma;

Callers 15

showPixelsFunction · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45
showPixelsFunction · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45
showPixelsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected