ClearOutputChannelColorProfile

ImageAttributes.ClearOutputChannelColorProfile method (1 of 2)

Clears the output channel color profile setting for the default category.

public void ClearOutputChannelColorProfile()

See Also


ImageAttributes.ClearOutputChannelColorProfile method (2 of 2)

Clears the output channel color profile setting for a specified category.

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

See Also