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

◆ getCorrection()

CRGB CLEDController::getCorrection ( )
inline

Get the correction value used by this controller.

Returns
the current color correction (CLEDController::m_ColorCorrection)

Definition at line 251 of file cled_controller.h.

251{ return m_ColorCorrection; }
CRGB m_ColorCorrection
CRGB object representing the color correction to apply to the strip on show()

References m_ColorCorrection.