[metapost] CMYK is beautifull

L. Nobre G. nobre at cii.fc.ul.pt
Sat Dec 16 19:54:19 CET 2006


Hi all,

FeatPost uses "color"s as positions in 3D-space,
now guess what can be done with both "cmykcolor"s and "filenametemplate"...

The latest MetaPost version runs the following code:
-----------------------------------------------------------------------------------
filenametemplate "%j%4c.eps";
beginfig(1);
  cmykcolor b, c, d;
  b = (1,1,1,1);
  c = (0,0,0,4000);
  if cmykcolor c:
    message "c is a cmykcolor";
  fi;
  message "b=";
  show b;
  message "c=";
  show c;
  d = 0.5[c,b];
  message "d is the average of c and b";
  show d;
  message "the magenta part of d:";
  show magentapart d;
endfig;
end.
-----------------------------------------------------------------------------------
-- 
L. Nobre G. - http://lnobreg.googlepages.com/
--
"In the end, self-limitation is the only answer that counts, but that
is the answer that no one wants to hear. So we sit, and wait, and
assume, and deny." Richard Heinberg in Powerdown


More information about the metapost mailing list