SetOutputChannel

ImageAttributes.SetOutputChannel method (1 of 2)

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

public void SetOutputChannel(ColorChannelFlag flags)
ParameterTypeDescription
flagsColorChannelFlagAn element of ColorChannelFlag that specifies the output channel.

See Also


ImageAttributes.SetOutputChannel method (2 of 2)

Sets the CMYK (cyan-magenta-yellow-black) output channel for a specified category.

public void SetOutputChannel(ColorChannelFlag flags, ColorAdjustType type)
ParameterTypeDescription
flagsColorChannelFlagAn element of ColorChannelFlag that specifies the output channel.
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which the output channel is set.

See Also