System::Drawing::Imaging::ImageAttributes::SetColorMatrix Methode
ImageAttributes::SetColorMatrix method
Setzt die Farbkorrekturmatrix.
void System::Drawing::Imaging::ImageAttributes::SetColorMatrix(const SharedPtr<ColorMatrix> &newColorMatrix, ColorMatrixFlag mode=ColorMatrixFlag::Default, ColorAdjustType type=ColorAdjustType::Default)
| Parameter | Typ | Beschreibung |
|---|---|---|
| newColorMatrix | const SharedPtr<ColorMatrix>& | Die Farbkorrekturmatrix zum Setzen |
| mode | ColorMatrixFlag | Gibt den Typ von Bild und Farbe an, die von der Farbkorrekturmatrix betroffen sein werden. |
| Typ | ColorAdjustType | Gibt den Typ der Objekte an, für die die Farbkorrekturmatrix festgelegt wird |
Siehe auch
- Typedef SharedPtr
- Class ColorMatrix
- Enum ColorMatrixFlag
- Enum ColorAdjustType
- Class ImageAttributes
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++