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

◆ setTemperature() [2/2]

CLEDController & fl::CLEDController::setTemperature ( CRGB temperature)
inline

Set the color temperature, aka white point, for this controller.

Parameters
temperaturethe color temperature to set
Returns
a reference to the controller

Definition at line 357 of file cled_controller.h.

357{ mSettings.mTemperature = temperature; return *this; }
ChannelOptions mSettings
Optional channel settings (correction, temperature, dither, rgbw, affinity)

References CLEDController(), FL_NOEXCEPT, and mSettings.

Referenced by fl::Channel::Channel(), fl::Channel::Channel(), fl::Channel::applyConfig(), and CFastLED::setTemperature().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: