CmykColorHelper.ToArgb
ToArgb(int[])
The conversion from CMYK colors to ARGB colors.
public static Color[] ToArgb(int[] cmykPixels)
Parameter | Type | Description |
---|---|---|
cmykPixels | Int32[] | The CMYK colors presented as 32-bit integer values. |
Return Value
The ARGB colors.
See Also
- struct Color
- class CmykColorHelper
- namespace Aspose.PSD
- assembly Aspose.PSD
ToArgb(int)
The conversion from CMYK color to ARGB color.
public static Color ToArgb(int cmykPixel)
Parameter | Type | Description |
---|---|---|
cmykPixel | Int32 | The CMYK color presented as a 32-bit integer value. |
Return Value
The ARGB color.
See Also
- struct Color
- class CmykColorHelper
- namespace Aspose.PSD
- assembly Aspose.PSD