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

◆ setTemperature() [1/2]

CLEDController & 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 259 of file cled_controller.h.

259{ m_ColorTemperature = temperature; return *this; }
CRGB m_ColorTemperature
CRGB object representing the color temperature to apply to the strip on show()

References CLEDController(), and m_ColorTemperature.

+ Here is the call graph for this function: