Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
781
Rgbw Channel::getRgbw() const {
782
return CPixelLEDController<RGB>::getRgbw();
783
}
784
785
Channel& Channel::setGamma(float gamma) {
786
mSettings.mGamma = gamma;
Callers
15
showPixels
Function · 0.45
showPixels
Method · 0.45
showPixels
Method · 0.45
idf5_clockless_spi_esp32.h
File · 0.45
showPixels
Function · 0.45
idf4_clockless_rmt_esp32.h
File · 0.45
showPixels
Method · 0.45
showPixels
Method · 0.45
showPixels
Method · 0.45
ClocklessController_ObjectFLED_WS2812
Class · 0.45
showPixels
Function · 0.45
ClocklessController_RP2040_PIO_WS2812Base
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected