CmykColorHelper.GetK

CmykColorHelper.GetK method

Gets the black component value.

public static int GetK(int cmyk)
ParameterTypeDescription
cmykInt32The CMYK color presented as a 32-bit integer value.

Return Value

The black component value.

See Also