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

◆ setCorrection() [2/2]

CLEDController & fl::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 348 of file cled_controller.h.

348{ mSettings.mCorrection = correction; return *this; }
ChannelOptions mSettings
Optional channel settings (correction, temperature, dither, rgbw, affinity)

References CLEDController(), FL_NOEXCEPT, and mSettings.

+ Here is the call graph for this function: