SetOutputChannel
SetOutputChannel(ColorChannelFlag)
为默认类别设置 CMYK(青色-品红色-黄色-黑色)输出通道。
public void SetOutputChannel(ColorChannelFlag flags)
范围 | 类型 | 描述 |
---|---|---|
flags | ColorChannelFlag | 一个元素ColorChannelFlag指定输出通道。 |
也可以看看
- enum ColorChannelFlag
- class ImageAttributes
- 命名空间 System.Drawing.Imaging
- 部件 Aspose.Drawing
SetOutputChannel(ColorChannelFlag, ColorAdjustType)
为指定类别设置 CMYK(青色-品红色-黄色-黑色)输出通道。
public void SetOutputChannel(ColorChannelFlag flags, ColorAdjustType type)
范围 | 类型 | 描述 |
---|---|---|
flags | ColorChannelFlag | 一个元素ColorChannelFlag指定输出通道。 |
type | ColorAdjustType | 一个元素ColorAdjustType指定输出通道设置的 的类别。 |
也可以看看
- enum ColorChannelFlag
- enum ColorAdjustType
- class ImageAttributes
- 命名空间 System.Drawing.Imaging
- 部件 Aspose.Drawing