UIColorCorrection.setLiftGammaGainRGB

Calling this setup color correction table, with the well known lift-gamma-gain formula, per channel.

class UIColorCorrection
public nothrow @nogc
void
setLiftGammaGainRGB
(
float rLift = 0.0f
,
float rGamma = 1.0f
,
float rGain = 1.0f
,
float gLift = 0.0f
,
float gGamma = 1.0f
,
float gGain = 1.0f
,
float bLift = 0.0f
,
float bGamma = 1.0f
,
float bGain = 1.0f
)

Meta