ImageAttributes.SetGamma
SetGamma(float)
يضبط قيمة غاما للفئة الافتراضية.
public void SetGamma(float gamma)
| معامل | نوع | الوصف |
|---|---|---|
| gamma | فردي | قيمة تصحيح غاما. |
انظر أيضًا
- class ImageAttributes
- namespace Aspose.Imaging
- assembly Aspose.Imaging
SetGamma(float, ColorAdjustType)
يضبط قيمة غاما لفئة محددة.
public void SetGamma(float gamma, ColorAdjustType type)
| معامل | نوع | الوصف |
|---|---|---|
| gamma | فردي | قيمة تصحيح غاما. |
| type | ColorAdjustType | عنصر من تعداد ColorAdjustType يحدد الفئة التي يتم تعيين قيمة غاما لها. |
انظر أيضًا
- enum ColorAdjustType
- class ImageAttributes
- namespace Aspose.Imaging
- assembly Aspose.Imaging