ImageAttributes.ClearColorMatrix

ClearColorMatrix()

Clears the color-adjustment matrix for the default category.

public void ClearColorMatrix()

See Also


ClearColorMatrix(ColorAdjustType)

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