ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
[parent not found: <mailman.1.1575198001.3600.ntg-context@ntg.nl>]
* Transparency (Metapost)
@ 2019-11-30 22:55 Fabrice Couvreur
  0 siblings, 0 replies; 7+ messages in thread
From: Fabrice Couvreur @ 2019-11-30 22:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1.1: Type: text/plain, Size: 786 bytes --]

Hello,
I have a little trouble with the management of transparency : the colors
are not respected.
Thank you.
Fabrice

\starttext
\startMPcode
   defaultfont := "texgyrepagella-regular*default" ;
   defaultscale :=0.8;

   color brown;
   brown = (0.165,0.42,0.42);

   path twos, threes;
   twos = fullcircle xscaled 4cm yscaled 2cm rotated 180
          shifted 42 left;
   threes = fullcircle xscaled 4cm yscaled 2cm shifted 42 right;

   fill twos   withcolor transparent(1,0.4,brown);
   fill threes withcolor transparent(1,0.4,yellow);

   draw twos;
   draw threes;

   label("...",(1.5cm,0));
   label("...",(0,0));
   label("...",(-1.5cm,0));
   label.top("yeux marron",(-1.5cm,1.25cm));
   label.top("cheveux blonds",(1.5cm,1.25cm));
\stopMPcode
\stoptext

[image: blond.jpg]

[-- Attachment #1.1.2: Type: text/html, Size: 1887 bytes --]

[-- Attachment #1.2: blond.jpg --]
[-- Type: image/jpeg, Size: 29754 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-01 21:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.61.1575154622.1207.ntg-context@ntg.nl>
2019-11-30 23:29 ` Transparency (Metapost) Jeong Dal
2019-12-01 10:32   ` Fabrice Couvreur
2019-12-01 12:09     ` Hans Hagen
2019-12-01 20:56       ` Fabrice Couvreur
2019-12-01 21:01         ` Wolfgang Schuster
     [not found] <mailman.1.1575198001.3600.ntg-context@ntg.nl>
2019-12-01 12:47 ` Jeong Dal
2019-11-30 22:55 Fabrice Couvreur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).