RasterImage.AdjustGamma

AdjustGamma(float, float, float)

Gamma-correction of an image.

public virtual void AdjustGamma(float gammaRed, float gammaGreen, float gammaBlue)
ParameterTypeDescription
gammaRedSingleGamma for red channel coefficient
gammaGreenSingleGamma for green channel coefficient
gammaBlueSingleGamma for blue channel coefficient

See Also


AdjustGamma(float)

Gamma-correction of an image.

public virtual void AdjustGamma(float gamma)
ParameterTypeDescription
gammaSingleGamma for red, green and blue channels coefficient

See Also