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