[metapost] MP docs

Taco Hoekwater taco at elvenkind.com
Fri May 18 10:31:11 CEST 2007


L. Nobre G. wrote:
> On 17/05/07, Stephan Hennig <mailing_list at arcor.de> wrote:
>> Dan Luecking schrieb:
>> 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)

Taco


More information about the metapost mailing list