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