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

◆ getTemperature()

CRGB CLEDController::getTemperature ( )
inline

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

Returns
the current color temperature (CLEDController::m_ColorTemperature)

Definition at line 263 of file cled_controller.h.

263{ return m_ColorTemperature; }
CRGB m_ColorTemperature
CRGB object representing the color temperature to apply to the strip on show()

References m_ColorTemperature.