ImageAttributes.SetGamma
SetGamma(float)
Stelt de gammawaarde in voor de standaardcategorie.
public void SetGamma(float gamma)
Parameter | Type | Beschrijving |
---|---|---|
gamma | Single | De gammacorrectiewaarde. |
Zie ook
- class ImageAttributes
- naamruimte Aspose.PSD
- montage Aspose.PSD
SetGamma(float, ColorAdjustType)
Stelt de gammawaarde in voor een gespecificeerde categorie.
public void SetGamma(float gamma, ColorAdjustType type)
Parameter | Type | Beschrijving |
---|---|---|
gamma | Single | De gammacorrectiewaarde. |
type | ColorAdjustType | Een onderdeel van deColorAdjustType opsomming die de categorie specificeert waarvoor de gammawaarde is ingesteld. |
Zie ook
- enum ColorAdjustType
- class ImageAttributes
- naamruimte Aspose.PSD
- montage Aspose.PSD