CmykColorHelper.ToCmykBytes
CmykColorHelper.ToCmykBytes method
Converts RGB to CMYK.
public static byte[] ToCmykBytes(int[] argbPixels, int startIndex, int length)
| Parameter | Type | Description | 
|---|---|---|
| argbPixels | Int32[] | The RGB colors presented as 32-bit integer values. | 
| startIndex | Int32 | The start index of RGB color. | 
| length | Int32 | The number of RGB pixels to convert. | 
Return Value
The CMYK colors presented as a byte array.
See Also
- class CmykColorHelper
 - namespace Aspose.PSD
 - assembly Aspose.PSD