PixelDataFormat.GetCmyka
PixelDataFormat.GetCmyka method
Gets CMYKA color with a specified number of bits per sample.
public static PixelDataFormat GetCmyka(int bitsPerCyanChannel, int bitsPerMagentaChannel,
int bitsPerYellowChannel, int bitsPerKeyChannel, int bitsPerAlphaChannel)
Parameter | Type | Description |
---|---|---|
bitsPerCyanChannel | Int32 | The number of bits per Cyan channel. |
bitsPerMagentaChannel | Int32 | The number of bits per Magenta channel. |
bitsPerYellowChannel | Int32 | The number of bits per Yellow channel. |
bitsPerKeyChannel | Int32 | The number of bits per Key channel. |
bitsPerAlphaChannel | Int32 | The number of bits per Alpha channel. |
Return Value
The CMYK color.
See Also
- class PixelDataFormat
- namespace Aspose.PSD
- assembly Aspose.PSD