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 Festlegen
modeColorMatrixFlagGibt den Typ des Bildes und der Farbe an, die von der Farbkorrekturmatrix betroffen sein werden
TypColorAdjustTypeGibt den Objekttyp an, für den die Farbkorrekturmatrix festgelegt wird

Siehe auch