System::Drawing::Imaging::ImageAttributes::SetColorMatrix methode
ImageAttributes::SetColorMatrix method
Stelt de kleur‑aanpassingsmatrix in.
void System::Drawing::Imaging::ImageAttributes::SetColorMatrix(const SharedPtr<ColorMatrix> &newColorMatrix, ColorMatrixFlag mode=ColorMatrixFlag::Default, ColorAdjustType type=ColorAdjustType::Default)
| Parameter | Type | Beschrijving |
|---|---|---|
| newColorMatrix | const SharedPtr<ColorMatrix>& | De kleur-aanpassingsmatrix om in te stellen |
| mode | ColorMatrixFlag | Specificeert het type afbeelding en kleur dat wordt beïnvloed door de kleur-aanpassingsmatrix |
| type | ColorAdjustType | Specificeert het type objecten waarvoor de kleur-aanpassingsmatrix is ingesteld |
Zie ook
- Typedef SharedPtr
- Class ColorMatrix
- Enum ColorMatrixFlag
- Enum ColorAdjustType
- Class ImageAttributes
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++