ImageAttributes.SetColorMatrices
Contents
[
Hide
]SetColorMatrices(ColorMatrix, ColorMatrix)
Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix)
Parameter | Type | Description |
---|---|---|
newColorMatrix | ColorMatrix | The color-adjustment matrix. |
grayMatrix | ColorMatrix | The grayscale-adjustment matrix. |
See Also
- class ColorMatrix
- class ImageAttributes
- namespace Aspose.Drawing.Imaging
- assembly Aspose.Drawing.Common
SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag)
Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix,
ColorMatrixFlag flags)
Parameter | Type | Description |
---|---|---|
newColorMatrix | ColorMatrix | The color-adjustment matrix. |
grayMatrix | ColorMatrix | The grayscale-adjustment matrix. |
flags | ColorMatrixFlag | An element of ColorMatrixFlag that specifies the type of image and color that will be affected by the color-adjustment and grayscale-adjustment matrices. |
See Also
- class ColorMatrix
- enum ColorMatrixFlag
- class ImageAttributes
- namespace Aspose.Drawing.Imaging
- assembly Aspose.Drawing.Common
SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag, ColorAdjustType)
Sets the color-adjustment matrix and the grayscale-adjustment matrix for a specified category.
public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix,
ColorMatrixFlag mode, ColorAdjustType type)
Parameter | Type | Description |
---|---|---|
newColorMatrix | ColorMatrix | The color-adjustment matrix. |
grayMatrix | ColorMatrix | The grayscale-adjustment matrix. |
mode | ColorMatrixFlag | An element of ColorMatrixFlag that specifies the type of image and color that will be affected by the color-adjustment and grayscale-adjustment matrices. |
type | ColorAdjustType | An element of ColorAdjustType that specifies the category for which the color-adjustment and grayscale-adjustment matrices are set. |
See Also
- class ColorMatrix
- enum ColorMatrixFlag
- enum ColorAdjustType
- class ImageAttributes
- namespace Aspose.Drawing.Imaging
- assembly Aspose.Drawing.Common