SetOutputChannel
SetOutputChannel(ColorChannelFlag)
Legt den CMYK-Ausgabekanal (Cyan-Magenta-Gelb-Schwarz) für die Standardkategorie fest.
public void SetOutputChannel(ColorChannelFlag flags)
Parameter | Typ | Beschreibung |
---|---|---|
flags | ColorChannelFlag | Ein Element vonColorChannelFlag der den Ausgangskanal angibt. |
Siehe auch
- enum ColorChannelFlag
- class ImageAttributes
- namensraum Aspose.Imaging
- Montage Aspose.Imaging
SetOutputChannel(ColorChannelFlag, ColorAdjustType)
Legt den CMYK-Ausgabekanal (Cyan-Magenta-Gelb-Schwarz) für eine bestimmte Kategorie fest.
public void SetOutputChannel(ColorChannelFlag flags, ColorAdjustType type)
Parameter | Typ | Beschreibung |
---|---|---|
flags | ColorChannelFlag | Ein Element vonColorChannelFlag der den Ausgangskanal angibt. |
type | ColorAdjustType | Ein Element vonColorAdjustType die die Kategorie angibt, für die der Ausgangskanal eingestellt ist. |
Siehe auch
- enum ColorChannelFlag
- enum ColorAdjustType
- class ImageAttributes
- namensraum Aspose.Imaging
- Montage Aspose.Imaging