SetColorMatrices

ImageAttributes.SetColorMatrices method (1 of 3)

Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.

public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix)
ParameterTypeDescription
newColorMatrixColorMatrixThe color-adjustment matrix.
grayMatrixColorMatrixThe grayscale-adjustment matrix.

See Also


ImageAttributes.SetColorMatrices method (2 of 3)

Sets the color-adjustment matrix and the grayscale-adjustment matrix for the default category.

public void SetColorMatrices(ColorMatrix newColorMatrix, ColorMatrix grayMatrix, 
    ColorMatrixFlag flags)
ParameterTypeDescription
newColorMatrixColorMatrixThe color-adjustment matrix.
grayMatrixColorMatrixThe grayscale-adjustment matrix.
flagsColorMatrixFlagAn 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


ImageAttributes.SetColorMatrices method (3 of 3)

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)
ParameterTypeDescription
newColorMatrixColorMatrixThe color-adjustment matrix.
grayMatrixColorMatrixThe grayscale-adjustment matrix.
modeColorMatrixFlagAn element of ColorMatrixFlag that specifies the type of image and color that will be affected by the color-adjustment and grayscale-adjustment matrices.
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which the color-adjustment and grayscale-adjustment matrices are set.

See Also