ImageAttributes.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 vonColorChannelFlagder den Ausgangskanal angibt. |
Siehe auch
- enum ColorChannelFlag
- class ImageAttributes
- namensraum Aspose.PSD
- Montage Aspose.PSD
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 vonColorChannelFlagder 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.PSD
- Montage Aspose.PSD