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 onderdeel vanColorChannelFlag die het uitvoerkanaal specificeert. |
Zie ook
- enum ColorChannelFlag
- class ImageAttributes
- naamruimte System.Drawing.Imaging
- montage Aspose.Drawing
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 onderdeel vanColorChannelFlag die het uitvoerkanaal specificeert. |
type | ColorAdjustType | Een onderdeel vanColorAdjustType dat specificeert de categorie waarvoor het uitvoerkanaal is ingesteld. |
Zie ook
- enum ColorChannelFlag
- enum ColorAdjustType
- class ImageAttributes
- naamruimte System.Drawing.Imaging
- montage Aspose.Drawing