ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Peter Rolf <indiego@gmx.net>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: withshade (mlib)
Date: Thu, 08 May 2008 09:12:16 +0200	[thread overview]
Message-ID: <4822A7D0.2040205@gmx.net> (raw)
In-Reply-To: <48222A41.3080901@wxs.nl>

Hans Hagen schrieb:
> Peter Rolf wrote:
> 
>> vardef define_linear_shade (expr a, b, ca, cb) =
>>      hide (_defined_cs_ := _defined_cs_ + 1 ;
>>          _defined_cs_pre_ [_defined_cs_] := "ls" ;
>>          _defined_cs_post_[_defined_cs_] := "0 1 " & decimal shadefactor 
>> & " " &
>>              colordecimals ca & " " & ddecimal (a shifted shadeoffset) & " "
>>              colordecimals cb & " " & ddecimal (b shifted shadeoffset) )
>>      _defined_cs_
>> enddef ;
>>
>> same for define_circular_shade...
>>
>> % testfile ---------------------------------
>> % engine=luatex
>> \setupcolors[state=start]
>> \starttext
>>
>> \null
>> \startMPcode
>>      path p;
>>      p:= unitsquare xyscaled(10cm,1cm);
>>      fill p withshade
>>      define_linear_shade(p,1,red,blue);
>> \stopMPcode
>>
>> \stoptext
> 
> i uploaded a new beta but anyhow, your definition is wrong
> 
> \startMPcode
>       path p;
>       p:= unitsquare xyscaled (10cm,1cm) ;
>       fill p withshade (define_linear_shade(llcorner p, urcorner 
> p,red,blue)) ;
> \stopMPcode
> 
> so, the first two arguments are pairs
> 
oeps. mea culpa :(

thanks for taking the time. the corrected example works with the latest 
beta (and probably with any older versions too). and yes, i'm an idiot.

peter

> 
> 
> 
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 


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


      reply	other threads:[~2008-05-08  7:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-28 14:20 Peter Rolf
2008-04-28 17:04 ` Hans Hagen
2008-04-28 17:38   ` Peter Rolf
2008-05-06 15:57     ` Peter Rolf
2008-05-07 22:16       ` Hans Hagen
2008-05-08  7:12         ` Peter Rolf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4822A7D0.2040205@gmx.net \
    --to=indiego@gmx.net \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).