ToCmykBytes

CmykColorHelper.ToCmykBytes method

Converts ARGB to CMYK.

public static byte[] ToCmykBytes(int[] argbPixels, int startIndex, int length)
ParameterTypeDescription
argbPixelsInt32[]The RGB colors presented as 32-bit integer values.
startIndexInt32The start index of RGB color.
lengthInt32The number of RGB pixels to convert.

Return Value

The CMYK colors presented as a byte array.

See Also