ImageAttributes.SetColorKey
SetColorKey(Color, Color)
يضبط مفتاح اللون للفئة الافتراضية.
public void SetColorKey(Color colorLow, Color colorHigh)
| معامل | نوع | الوصف |
|---|---|---|
| colorLow | لون | قيمة مفتاح اللون المنخفض. |
| colorHigh | لون | القيمة العالية لمفتاح اللون. |
انظر أيضًا
- struct Color
- class ImageAttributes
- namespace Aspose.Imaging
- assembly Aspose.Imaging
SetColorKey(Color, Color, ColorAdjustType)
يضبط مفتاح اللون (نطاق الشفافية) لفئة محددة.
public void SetColorKey(Color colorLow, Color colorHigh, ColorAdjustType type)
| معامل | نوع | الوصف |
|---|---|---|
| colorLow | لون | قيمة مفتاح اللون المنخفض. |
| colorHigh | لون | القيمة العالية لمفتاح اللون. |
| type | ColorAdjustType | عنصر من ColorAdjustType يحدد الفئة التي يتم فيها تعيين مفتاح اللون. |
انظر أيضًا
- struct Color
- enum ColorAdjustType
- class ImageAttributes
- namespace Aspose.Imaging
- assembly Aspose.Imaging