Changes

Jump to navigation Jump to search
401 bytes added ,  19:55, 13 July 2005
Added transparent color example from mailing list.
</texcode>
(The CMYK color spec is the fall back color used on screen; one can preview separations in full Acrobat 7.)
 
 
=Transparent Colors=
 
Hans Hagen posted the following sample code for transparent colors on the mailing list on 2005-07-13.
 
<texcode>
\setupcolors[state=start]
 
\definecolor [luigi] [r=1,t=.5,a=1]
\definecolor [scarso] [b=1,t=.5,a=1]
 
\starttext
 
\startTEXpage
\blackrule[width=2cm,height=2cm,color=luigi]\hskip-1cm
\blackrule[width=2cm,height=2cm,color=scarso]
\stopTEXpage
 
\stoptext
</texcode>

Navigation menu