ImageAttributes.SetColorMatrices
Innehåll
[
Dölj
]SetColorMatrices(ColorMatrix, ColorMatrix)
Ställer in färgjusteringsmatrisen och gråskalejusteringsmatrisen för standardkategorin.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix)
Parameter | Typ | Beskrivning |
---|---|---|
newColorMatrix | ColorMatrix | Färgjusteringsmatrisen. |
grayMatrix | ColorMatrix | Gråskalejusteringsmatrisen. |
Se även
- class ColorMatrix
- class ImageAttributes
- namnutrymme Aspose.PSD
- hopsättning Aspose.PSD
SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag)
Ställer in färgjusteringsmatrisen och gråskalejusteringsmatrisen för standardkategorin.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix,
ColorMatrixFlag flags)
Parameter | Typ | Beskrivning |
---|---|---|
newColorMatrix | ColorMatrix | Färgjusteringsmatrisen. |
grayMatrix | ColorMatrix | Gråskalejusteringsmatrisen. |
flags | ColorMatrixFlag | Ett inslag avColorMatrixFlag som anger vilken typ av bild och färg som kommer att påverkas av matriserna för färgjustering och gråskalejustering. |
Se även
- class ColorMatrix
- enum ColorMatrixFlag
- class ImageAttributes
- namnutrymme Aspose.PSD
- hopsättning Aspose.PSD
SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag, ColorAdjustType)
Ställer in färgjusteringsmatrisen och gråskalejusteringsmatrisen för en angiven kategori.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix,
ColorMatrixFlag mode, ColorAdjustType type)
Parameter | Typ | Beskrivning |
---|---|---|
newColorMatrix | ColorMatrix | Färgjusteringsmatrisen. |
grayMatrix | ColorMatrix | Gråskalejusteringsmatrisen. |
mode | ColorMatrixFlag | Ett inslag avColorMatrixFlag som anger vilken typ av bild och färg som kommer att påverkas av matriserna för färgjustering och gråskalejustering. |
type | ColorAdjustType | Ett inslag avColorAdjustType som anger kategorin för vilken färgjusterings- och gråskalejusteringsmatriserna är inställda. |
Se även
- class ColorMatrix
- enum ColorMatrixFlag
- enum ColorAdjustType
- class ImageAttributes
- namnutrymme Aspose.PSD
- hopsättning Aspose.PSD