MobileForms Toolkit Documentation

CompactImage.AdjustGamma Method (SByte, SByte, SByte)

Adjusts gamma correction value separately for each color channel.

public void AdjustGamma(
sbyte redChange,
sbyte greenChange,
sbyte blueChange
);

Parameters

redChange
Specifies the amount of gamma correction for red channel.
greenChange
Specifies the amount of gamma correction for green channel.
blueChange
Specifies the amount of gamma correction for blue channel.

Remarks

Changes the amount of gamma correction value. The amount of correction is specified separately for each color channel. Positive values increase the gamma correction value of the channel, negavite values decrease it.

See Also

CompactImage Class | Resco.Controls.ImageBox Namespace | CompactImage.AdjustGamma Overload List