System::Drawing::Imaging::ImageAttributes::SetColorMatrix metod
ImageAttributes::SetColorMatrix method
Ställer in färgjusteringsmatrisen.
void System::Drawing::Imaging::ImageAttributes::SetColorMatrix(const SharedPtr<ColorMatrix> &newColorMatrix, ColorMatrixFlag mode=ColorMatrixFlag::Default, ColorAdjustType type=ColorAdjustType::Default)
| Parameter | Type | Beskrivning |
|---|---|---|
| newColorMatrix | const SharedPtr<ColorMatrix>& | Färgjusteringsmatrisen att ställa in |
| mode | ColorMatrixFlag | Anger vilken typ av bild och färg som kommer att påverkas av färgjusteringsmatrisen |
| typ | ColorAdjustType | Anger typen av objekt för vilka färgjusteringsmatrisen är inställd |
Se även
- Typedef SharedPtr
- Class ColorMatrix
- Enum ColorMatrixFlag
- Enum ColorAdjustType
- Class ImageAttributes
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++