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

◆ setTemperature() [1/2]

CLEDController & fl::CLEDController::setTemperature ( ColorTemperature 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 360 of file cled_controller.h.

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

References CLEDController(), FL_NOEXCEPT, and mSettings.

+ Here is the call graph for this function: