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

◆ setCorrection() [2/2]

CLEDController & CLEDController::setCorrection ( LEDColorCorrection correction)
inline

The color corrction to use for this controller, expressed as a CRGB object.

Parameters
correctionthe color correction to set
Returns
a reference to the controller

Definition at line 247 of file cled_controller.h.

247{ m_ColorCorrection = correction; return *this; }
CRGB m_ColorCorrection
CRGB object representing the color correction to apply to the strip on show()

References CLEDController(), and m_ColorCorrection.

+ Here is the call graph for this function: