ToCmyk
Contents
[
Hide
]
CmykColorHelper.ToCmyk method (1 of 4)
The conversion from ARGB colors to CMYK colors.
public static int[] ToCmyk(int[] argbPixels)
Parameter | Type | Description |
---|---|---|
argbPixels | Int32[] | The ARGB colors presented as 32-bit integer values. |
Return Value
The CMYK colors presented as 32-bit integer values.
See Also
- class CmykColorHelper
- namespace Aspose.PSD
- assembly Aspose.PSD
CmykColorHelper.ToCmyk method (2 of 4)
The conversion from ARGB color to CMYK color.
public static int ToCmyk(int argbPixel)
Parameter | Type | Description |
---|---|---|
argbPixel | Int32 | The ARGB color presented as a 32-bit integer value. |
Return Value
The CMYK color presented as a 32-bit integer value.
See Also
- class CmykColorHelper
- namespace Aspose.PSD
- assembly Aspose.PSD
CmykColorHelper.ToCmyk method (3 of 4)
The conversion from ARGB color to CMYK color.
public static int ToCmyk(Color pixel)
Parameter | Type | Description |
---|---|---|
pixel | Color | The ARGB color. |
Return Value
The CMYK color presented as a 32-bit integer value.
See Also
- struct Color
- class CmykColorHelper
- namespace Aspose.PSD
- assembly Aspose.PSD
CmykColorHelper.ToCmyk method (4 of 4)
The conversion from ARGB colors to CMYK colors.
public static int[] ToCmyk(Color[] pixels)
Parameter | Type | Description |
---|---|---|
pixels | Color[] | The ARGB colors. |
Return Value
The CMYK colors presented as 32-bit integer values.
See Also
- struct Color
- class CmykColorHelper
- namespace Aspose.PSD
- assembly Aspose.PSD