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)
ParameterTypBeschreibung
newColorMatrixconst SharedPtr<ColorMatrix>&Die Farbkorrekturmatrix zum Setzen
modeColorMatrixFlagGibt den Typ von Bild und Farbe an, die von der Farbkorrekturmatrix betroffen sein werden.
TypColorAdjustTypeGibt den Typ der Objekte an, für die die Farbkorrekturmatrix festgelegt wird

Siehe auch