ImageAttributes.SetColorMatrix
محتويات
[
يخفي
]SetColorMatrix(ColorMatrix)
يضبط مصفوفة تعديل اللون للفئة الافتراضية.
public void SetColorMatrix(ColorMatrix newColorMatrix)
| معامل | نوع | الوصف |
|---|---|---|
| newColorMatrix | ColorMatrix | مصفوفة تعديل اللون. |
انظر أيضًا
- class ColorMatrix
- class ImageAttributes
- namespace Aspose.Imaging
- assembly Aspose.Imaging
SetColorMatrix(ColorMatrix, ColorMatrixFlag)
يضبط مصفوفة تعديل اللون للفئة الافتراضية.
public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag flags)
| معامل | نوع | الوصف |
|---|---|---|
| newColorMatrix | ColorMatrix | مصفوفة تعديل اللون. |
| flags | ColorMatrixFlag | عنصر من ColorMatrixFlag يحدد نوع الصورة واللون الذي سيتأثر بمصفوفة تعديل اللون. |
انظر أيضًا
- class ColorMatrix
- enum ColorMatrixFlag
- class ImageAttributes
- namespace Aspose.Imaging
- assembly Aspose.Imaging
SetColorMatrix(ColorMatrix, ColorMatrixFlag, ColorAdjustType)
يضبط مصفوفة تعديل اللون لفئة محددة.
public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type)
| معامل | نوع | الوصف |
|---|---|---|
| newColorMatrix | ColorMatrix | مصفوفة تعديل اللون. |
| mode | ColorMatrixFlag | عنصر من ColorMatrixFlag يحدد نوع الصورة واللون الذي سيتأثر بمصفوفة تعديل اللون. |
| type | ColorAdjustType | عنصر من ColorAdjustType يحدد الفئة التي يتم فيها تعيين مصفوفة تعديل اللون. |
انظر أيضًا
- class ColorMatrix
- enum ColorMatrixFlag
- enum ColorAdjustType
- class ImageAttributes
- namespace Aspose.Imaging
- assembly Aspose.Imaging