SetOutputChannel

SetOutputChannel(ColorChannelFlag)

为默认类别设置 CMYK(青色-品红色-黄色-黑色)输出通道。

public void SetOutputChannel(ColorChannelFlag flags)
范围类型描述
flagsColorChannelFlag一个元素ColorChannelFlag指定输出通道。

也可以看看


SetOutputChannel(ColorChannelFlag, ColorAdjustType)

为指定类别设置 CMYK(青色-品红色-黄色-黑色)输出通道。

public void SetOutputChannel(ColorChannelFlag flags, ColorAdjustType type)
范围类型描述
flagsColorChannelFlag一个元素ColorChannelFlag指定输出通道。
typeColorAdjustType一个元素ColorAdjustType指定为其设置输出通道的类别。

也可以看看