[metapost] MP docs
Stephan Hennig
mailing_list at arcor.de
Fri May 18 11:44:33 CEST 2007
Taco Hoekwater schrieb:
>> On 17/05/07, Stephan Hennig <mailing_list at arcor.de> wrote:
>>>
>>> cyan = (1,0,0,0)
>>> magenta = (0,1,0,0)
>>> yellow = (0,0,1,0)
>>> cmykblack = <Whatever experts think about this.>
>>> cmykwhite = (0,0,0,0)
>
> I would propose to use
>
> cmykcyan = (1,0,0,0)
> cmykmagenta = (0,1,0,0)
> cmykyellow = (0,0,1,0)
> cmykblack = (0,0,0,1)
> cmykwhite = (0,0,0,0)
Sounds reasonable. It emphasizes that, e.g., red and cmykmagenta are of
different types.
Best regards,
Stephan Hennig
More information about the metapost
mailing list