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

◆ setCorrection() [1/2]

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

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

References CLEDController(), FL_NOEXCEPT, and mSettings.

Referenced by fl::Channel::Channel(), fl::Channel::Channel(), fl::Channel::applyConfig(), and CFastLED::setCorrection().

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