CMYK

constructor(c: Number, m: Number, y: Number, k: Number, alpha: Number = 1.0f)
constructor(c: Float, m: Float, y: Float, k: Float, alpha: Float = 1.0f)


constructor(c: Int, m: Int, y: Int, k: Int, alpha: Float = 1.0f)

Construct a CMYK instance from Int values, with the color channels as percentages in the range [0, 100].