ImageAttributes.SetOutputChannel
SetOutputChannel(ColorChannelFlag)
Stelt het CMYK-uitvoerkanaal (cyaan-magenta-geel-zwart) in voor de standaardcategorie.
public void SetOutputChannel(ColorChannelFlag flags)
Parameter | Type | Beschrijving |
---|---|---|
flags | ColorChannelFlag | Een element vanColorChannelFlag die het uitvoerkanaal specificeert. |
Zie ook
- enum ColorChannelFlag
- class ImageAttributes
- naamruimte Aspose.PSD
- montage Aspose.PSD
SetOutputChannel(ColorChannelFlag, ColorAdjustType)
Stelt het CMYK-uitvoerkanaal (cyaan-magenta-geel-zwart) in voor een opgegeven categorie.
public void SetOutputChannel(ColorChannelFlag flags, ColorAdjustType type)
Parameter | Type | Beschrijving |
---|---|---|
flags | ColorChannelFlag | Een element vanColorChannelFlag die het uitvoerkanaal specificeert. |
type | ColorAdjustType | Een element vanColorAdjustType die de categorie specificeert waarvoor het uitvoerkanaal is ingesteld. |
Zie ook
- enum ColorChannelFlag
- enum ColorAdjustType
- class ImageAttributes
- naamruimte Aspose.PSD
- montage Aspose.PSD