CmykColor.ToCmyk
ToCmyk(int[])
The conversion from 32-bit ARGB color to CMYKColor. This method is deprecated. Please use more effective Int32[]).
[Obsolete]
public static CmykColor[] ToCmyk(int[] argbPixels)
Parameter | Type | Description |
---|---|---|
argbPixels | Int32[] | The pixels of 32-bit ARGB format. |
Return Value
The Aspose:Imaging:CmykColor[].
See Also
- struct CmykColor
- namespace Aspose.CAD
- assembly Aspose.CAD
ToCmyk(int)
The conversion from 32-bit ARGB to CMYKColor. This method is deprecated. Please use more effective Int32).
[Obsolete]
public static CmykColor ToCmyk(int argbPixel)
Parameter | Type | Description |
---|---|---|
argbPixel | Int32 | The pixel of 32-bit ARGB format. |
Return Value
The Aspose:Imaging:CmykColor.
See Also
- struct CmykColor
- namespace Aspose.CAD
- assembly Aspose.CAD