System::Drawing::Imaging::ImageAttributes::SetColorMatrix método
ImageAttributes::SetColorMatrix method
Establece la matriz de ajuste de color.
void System::Drawing::Imaging::ImageAttributes::SetColorMatrix(const SharedPtr<ColorMatrix> &newColorMatrix, ColorMatrixFlag mode=ColorMatrixFlag::Default, ColorAdjustType type=ColorAdjustType::Default)
| Parámetro | Tipo | Descripción |
|---|---|---|
| newColorMatrix | const SharedPtr<ColorMatrix>& | La matriz de ajuste de color a establecer |
| mode | ColorMatrixFlag | Especifica el tipo de imagen y color que será afectado por la matriz de ajuste de color |
| tipo | ColorAdjustType | Especifica el tipo de objetos para los que se establece la matriz de ajuste de color |
Ver también
- Typedef SharedPtr
- Class ColorMatrix
- Enum ColorMatrixFlag
- Enum ColorAdjustType
- Class ImageAttributes
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++