ToCmykaBytes

CmykColorHelper.ToCmykaBytes method

Converts ARGB to CMYKA (with transparency).

public static byte[] ToCmykaBytes(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