RasterImage.AdjustGamma
AdjustGamma(float, float, float)
Gamma-correction of an image.
public virtual void AdjustGamma(float gammaRed, float gammaGreen, float gammaBlue)
Parameter | Type | Description |
---|---|---|
gammaRed | Single | Gamma for red channel coefficient |
gammaGreen | Single | Gamma for green channel coefficient |
gammaBlue | Single | Gamma for blue channel coefficient |
See Also
- class RasterImage
- namespace Aspose.PSD
- assembly Aspose.PSD
AdjustGamma(float)
Gamma-correction of an image.
public virtual void AdjustGamma(float gamma)
Parameter | Type | Description |
---|---|---|
gamma | Single | Gamma for red, green and blue channels coefficient |
See Also
- class RasterImage
- namespace Aspose.PSD
- assembly Aspose.PSD