ClearColorMatrix

ImageAttributes.ClearColorMatrix method (1 of 2)

Clears the color-adjustment matrix for the default category.

public void ClearColorMatrix()

See Also


ImageAttributes.ClearColorMatrix method (2 of 2)

Clears the color-adjustment matrix for a specified category.

public void ClearColorMatrix(ColorAdjustType type)
ParameterTypeDescription
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which the color-adjustment matrix is cleared.

See Also