Struct that represents a color in the CMYK colorspace.
@type t() :: %Colorex.CMYK{ alpha: float(), black: float(), cyan: float(), magenta: float(), yellow: float() }