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 System.Drawing.Imaging
- montage Aspose.Drawing
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 specificeert de categorie waarvoor de gammawaarde is ingesteld. |
Zie ook
- enum ColorAdjustType
- class ImageAttributes
- naamruimte System.Drawing.Imaging
- montage Aspose.Drawing