ImageAttributes.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