CmykColorHelper.ToArgb

ToArgb(int[])

The conversion from CMYK colors to ARGB colors.

public static Color[] ToArgb(int[] cmykPixels)
ParameterTypeDescription
cmykPixelsInt32[]The CMYK colors presented as 32-bit integer values.

Return Value

The ARGB colors.

See Also


ToArgb(int)

The conversion from CMYK color to ARGB color.

public static Color ToArgb(int cmykPixel)
ParameterTypeDescription
cmykPixelInt32The CMYK color presented as a 32-bit integer value.

Return Value

The ARGB color.

See Also