| PsdImageAdjustGamma Method (Single) |
Gamma-correction of an image.
Namespace: Aspose.PSD.FileFormats.PsdAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic override void AdjustGamma(
float gamma
)
Public Overrides Sub AdjustGamma (
gamma As Single
)
public:
virtual void AdjustGamma(
float gamma
) override
abstract AdjustGamma :
gamma : float32 -> unit
override AdjustGamma :
gamma : float32 -> unit Parameters
- gamma
- Type: SystemSingle
Gamma for red, green and blue channels coefficient
See Also