ClearOutputChannel

ImageAttributes.ClearOutputChannel method (1 of 2)

Clears the CMYK (cyan-magenta-yellow-black) output channel setting for the default category.

public void ClearOutputChannel()

See Also


ImageAttributes.ClearOutputChannel method (2 of 2)

Clears the (cyan-magenta-yellow-black) output channel setting for a specified category.

public void ClearOutputChannel(ColorAdjustType type)
ParameterTypeDescription
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which the output channel setting is cleared.

See Also