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

blond.jpg