WebPImageAdjustGamma Method (Single, Single, Single) |
Gamma-correction of an image.
Namespace: Aspose.Imaging.FileFormats.WebpAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic override void AdjustGamma(
float gammaRed,
float gammaGreen,
float gammaBlue
)
Public Overrides Sub AdjustGamma (
gammaRed As Single,
gammaGreen As Single,
gammaBlue As Single
)
public:
virtual void AdjustGamma(
float gammaRed,
float gammaGreen,
float gammaBlue
) override
abstract AdjustGamma :
gammaRed : float32 *
gammaGreen : float32 *
gammaBlue : float32 -> unit
override AdjustGamma :
gammaRed : float32 *
gammaGreen : float32 *
gammaBlue : float32 -> unit
Parameters
- gammaRed
- Type: SystemSingle
Gamma for red channel coefficient - gammaGreen
- Type: SystemSingle
Gamma for green channel coefficient - gammaBlue
- Type: SystemSingle
Gamma for blue channel coefficient
See Also