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 Festlegen |
| mode | ColorMatrixFlag | Gibt den Typ des Bildes und der Farbe an, die von der Farbkorrekturmatrix betroffen sein werden |
| Typ | ColorAdjustType | Gibt den Objekttyp an, für den die Farbkorrekturmatrix festgelegt wird |
Siehe auch
- Typedef SharedPtr
- Class ColorMatrix
- Enum ColorMatrixFlag
- Enum ColorAdjustType
- Class ImageAttributes
- Namespace System::Drawing::Imaging
- Library Aspose.Font for C++