SetColorMatrices
محتويات
[
يخفي
]SetColorMatrices(ColorMatrix, ColorMatrix)
يضبط مصفوفة ضبط اللون ومصفوفة ضبط التدرج الرمادي للفئة الافتراضية.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix)
معامل | يكتب | وصف |
---|---|---|
newColorMatrix | ColorMatrix | مصفوفة ضبط اللون. |
grayMatrix | ColorMatrix | مصفوفة ضبط التدرج الرمادي. |
أنظر أيضا
- class ColorMatrix
- class ImageAttributes
- مساحة الاسم Aspose.Imaging
- المجسم 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
- مساحة الاسم Aspose.Imaging
- المجسم 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
- مساحة الاسم Aspose.Imaging
- المجسم Aspose.Imaging