ImageAttributes.SetGamma
SetGamma(float)
Varsayılan kategori için gama değerini ayarlar.
public void SetGamma(float gamma)
Parametre | Tip | Tanım |
---|---|---|
gamma | Single | Gama düzeltme değeri. |
Ayrıca bakınız
- class ImageAttributes
- ad alanı Aspose.PSD
- toplantı Aspose.PSD
SetGamma(float, ColorAdjustType)
Belirli bir kategori için gama değerini ayarlar.
public void SetGamma(float gamma, ColorAdjustType type)
Parametre | Tip | Tanım |
---|---|---|
gamma | Single | Gama düzeltme değeri. |
type | ColorAdjustType | bir elemanıColorAdjustType gama değerinin ayarlandığı kategoriyi belirten numaralandırma. |
Ayrıca bakınız
- enum ColorAdjustType
- class ImageAttributes
- ad alanı Aspose.PSD
- toplantı Aspose.PSD