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

◆ setTemperature() [2/2]

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

256{ 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.

Referenced by CFastLED::setTemperature().

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