ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* transparency in latest beta (mlib)
@ 2011-10-19 15:00 Peter Rolf
  2011-10-19 15:05 ` luigi scarso
  2011-10-19 16:21 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Rolf @ 2011-10-19 15:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I just tested the latest beta (2011.10.19 00:02) and get some curious
results for transparent colors. For example


\nopdfcompression
\setupcolors[state=start] % mkii works
\startMPpage
    fill unitsquare scaled 100 withcolor transparent(1,.5,red);
\stopMPpage



gives me an opaque(!) and very dark red (r=.12,a=1,t=1). Can someone
confirm this?


Regards, Peter



This is LuaTeX, Version beta-0.70.1-2011051907 (rev 4277)
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: transparency in latest beta (mlib)
  2011-10-19 15:00 transparency in latest beta (mlib) Peter Rolf
@ 2011-10-19 15:05 ` luigi scarso
  2011-10-19 16:21 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: luigi scarso @ 2011-10-19 15:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Oct 19, 2011 at 5:00 PM, Peter Rolf <indiego@gmx.net> wrote:
> Hi,
>
> I just tested the latest beta (2011.10.19 00:02) and get some curious
> results for transparent colors. For example
>
>
> \nopdfcompression
> \setupcolors[state=start] % mkii works
> \startMPpage
>    fill unitsquare scaled 100 withcolor transparent(1,.5,red);
> \stopMPpage
>
>
>
> gives me an opaque(!) and very dark red (r=.12,a=1,t=1). Can someone
> confirm this?
confirmed

-- 
luigi
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: transparency in latest beta (mlib)
  2011-10-19 15:00 transparency in latest beta (mlib) Peter Rolf
  2011-10-19 15:05 ` luigi scarso
@ 2011-10-19 16:21 ` Hans Hagen
  2011-10-19 16:42   ` Peter Rolf
  1 sibling, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2011-10-19 16:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 19-10-2011 17:00, Peter Rolf wrote:
> Hi,
>
> I just tested the latest beta (2011.10.19 00:02) and get some curious
> results for transparent colors. For example
>
>
> \nopdfcompression
> \setupcolors[state=start] % mkii works
> \startMPpage
>      fill unitsquare scaled 100 withcolor transparent(1,.5,red);
> \stopMPpage
>
>
>
> gives me an opaque(!) and very dark red (r=.12,a=1,t=1). Can someone
> confirm this?

in meta-ini.mkiv delete these lines:


\startMPextensions
     if unknown context_tool: input mp-tool; fi;
     if unknown context_spec: input mp-spec; fi;
     if unknown context_grph: input mp-grph; fi;
\stopMPextensions

(as it load the mpii spec file which redefines transparency to use old 
trickery)


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: transparency in latest beta (mlib)
  2011-10-19 16:21 ` Hans Hagen
@ 2011-10-19 16:42   ` Peter Rolf
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Rolf @ 2011-10-19 16:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 19.10.2011 18:21, schrieb Hans Hagen:
> On 19-10-2011 17:00, Peter Rolf wrote:
>> Hi,
>>
>> I just tested the latest beta (2011.10.19 00:02) and get some curious
>> results for transparent colors. For example
>>
>>
>> \nopdfcompression
>> \setupcolors[state=start] % mkii works
>> \startMPpage
>>      fill unitsquare scaled 100 withcolor transparent(1,.5,red);
>> \stopMPpage
>>
>>
>>
>> gives me an opaque(!) and very dark red (r=.12,a=1,t=1). Can someone
>> confirm this?
> 
> in meta-ini.mkiv delete these lines:
> 
> 
> \startMPextensions
>     if unknown context_tool: input mp-tool; fi;
>     if unknown context_spec: input mp-spec; fi;
>     if unknown context_grph: input mp-grph; fi;
> \stopMPextensions
> 
> (as it load the mpii spec file which redefines transparency to use old
> trickery)
>
I see. Thanks for the quick fix! :-)

Peter
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2011-10-19 16:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-19 15:00 transparency in latest beta (mlib) Peter Rolf
2011-10-19 15:05 ` luigi scarso
2011-10-19 16:21 ` Hans Hagen
2011-10-19 16:42   ` Peter Rolf

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).