SetGamma
SetGamma(float)
Legt den Gammawert für die Standardkategorie fest.
public void SetGamma(float gamma)
Parameter | Typ | Beschreibung |
---|---|---|
gamma | Single | Der Gamma-Korrekturwert. |
Siehe auch
- class ImageAttributes
- namensraum Aspose.Imaging
- Montage Aspose.Imaging
SetGamma(float, ColorAdjustType)
Legt den Gammawert für eine bestimmte Kategorie fest.
public void SetGamma(float gamma, ColorAdjustType type)
Parameter | Typ | Beschreibung |
---|---|---|
gamma | Single | Der Gamma-Korrekturwert. |
type | ColorAdjustType | Ein Element derColorAdjustType Enumeration, die die Kategorie angibt, für die der Gammawert festgelegt wird. |
Siehe auch
- enum ColorAdjustType
- class ImageAttributes
- namensraum Aspose.Imaging
- Montage Aspose.Imaging