SetColorMatrix
Inhalt
[
Ausblenden
]SetColorMatrix(ColorMatrix)
Legt die Farbanpassungsmatrix für die Standardkategorie fest.
public void SetColorMatrix(ColorMatrix newColorMatrix)
Parameter | Typ | Beschreibung |
---|---|---|
newColorMatrix | ColorMatrix | Die Farbanpassungsmatrix. |
Siehe auch
- class ColorMatrix
- class ImageAttributes
- namensraum Aspose.Imaging
- Montage Aspose.Imaging
SetColorMatrix(ColorMatrix, ColorMatrixFlag)
Legt die Farbanpassungsmatrix für die Standardkategorie fest.
public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag flags)
Parameter | Typ | Beschreibung |
---|---|---|
newColorMatrix | ColorMatrix | Die Farbanpassungsmatrix. |
flags | ColorMatrixFlag | Ein Element vonColorMatrixFlag die den Bildtyp und die Farbe angibt, die von der Farbanpassungsmatrix beeinflusst werden. |
Siehe auch
- class ColorMatrix
- enum ColorMatrixFlag
- class ImageAttributes
- namensraum Aspose.Imaging
- Montage Aspose.Imaging
SetColorMatrix(ColorMatrix, ColorMatrixFlag, ColorAdjustType)
Legt die Farbanpassungsmatrix für eine bestimmte Kategorie fest.
public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type)
Parameter | Typ | Beschreibung |
---|---|---|
newColorMatrix | ColorMatrix | Die Farbanpassungsmatrix. |
mode | ColorMatrixFlag | Ein Element vonColorMatrixFlag die den Bildtyp und die Farbe angibt, die von der Farbanpassungsmatrix beeinflusst werden. |
type | ColorAdjustType | Ein Element vonColorAdjustType die die Kategorie angibt, für die die Farbanpassungsmatrix eingestellt ist. |
Siehe auch
- class ColorMatrix
- enum ColorMatrixFlag
- enum ColorAdjustType
- class ImageAttributes
- namensraum Aspose.Imaging
- Montage Aspose.Imaging