cmyk

fun cmyk(c: Int, m: Int, y: Int, k: Int): TextStyle

Create a color code from a CMYK color.

Parameters

c

The cyan amount, in the range [0, 100]

m

The magenta amount, in the range [0, 100]

y

The yellow amount, in the range [0, 100]

k

The black amount, in the range [0, 100]