ImageAttributes.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出力チャネルを設定するカテゴリを指定します。

関連項目