On Mon, 4 Jun 2012 10:33:14 +0200
Jan Pohanka <xhpoha...@gmail.com> wrote:

> Hello,
> 
> is it possible to somehow set transluency or transparency of several  
> objects?
> The example should clarify, what I need: I have a template for
> company documents, which has some text, lines and graphics (external
> pdf or png) in its footer. Now I want to make the header be less
> visible than the rest of the page. Surely I can set a color of the
> text to gray and edit the image, but is there some other way?
> 
> best regards
> Jan
> 

See page 204, section 8.5 of the metafun book

loadfigure "gracht.mp" number 1 scaled .5 ;
addto currentpicture also
(currentpicture softened .8)
shifted (bbwidth(currentpicture)+.5cm,0) ;

(this example draws the picture alongside its "softened" copy.)

Alan

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to