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

◆ setCorrection() [1/2]

CLEDController & CLEDController::setCorrection ( CRGB 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 244 of file cled_controller.h.

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

Referenced by CFastLED::setCorrection().

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