ImageAttributes.SetOutputChannel

SetOutputChannel(ColorChannelFlag)

Legt den CMYK-Ausgabekanal (Cyan-Magenta-Gelb-Schwarz) für die Standardkategorie fest.

public void SetOutputChannel(ColorChannelFlag flags)
ParameterTypBeschreibung
flagsColorChannelFlagEin Element vonColorChannelFlagder den Ausgangskanal angibt.

Siehe auch


SetOutputChannel(ColorChannelFlag, ColorAdjustType)

Legt den CMYK-Ausgabekanal (Cyan-Magenta-Gelb-Schwarz) für eine bestimmte Kategorie fest.

public void SetOutputChannel(ColorChannelFlag flags, ColorAdjustType type)
ParameterTypBeschreibung
flagsColorChannelFlagEin Element vonColorChannelFlagder den Ausgangskanal angibt.
typeColorAdjustTypeEin Element vonColorAdjustType die die Kategorie angibt, für die der Ausgangskanal eingestellt ist.

Siehe auch