SetColorMatrix()
ImageAttributes::SetColorMatrix(const SharedPtr<ColorMatrix>&, ColorMatrixFlag, ColorAdjustType) method
Sets the color-adjustment matrix.
void System::Drawing::Imaging::ImageAttributes::SetColorMatrix(const SharedPtr<ColorMatrix> &newColorMatrix, ColorMatrixFlag mode=ColorMatrixFlag::Default, ColorAdjustType type=ColorAdjustType::Default)
Arguments
Parameter | Type | Description |
---|---|---|
newColorMatrix | const SharedPtr<ColorMatrix>& | The color-adjustment matrix to set |
mode | ColorMatrixFlag | Specifies the type of image and color that will be affected by the color-adjustment matrix |
type | ColorAdjustType | Specifies the type of objects for which the color-adjustment matrix is set |
See Also
- Enum ColorMatrixFlag
- Enum ColorAdjustType
- Typedef SharedPtr
- Class ColorMatrix
- Class ImageAttributes
- Namespace System::Drawing::Imaging
- Library Aspose.Slides