ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: shading
Date: Wed, 18 May 2011 18:24:05 +0200	[thread overview]
Message-ID: <4DD3F2A5.9010506@wxs.nl> (raw)

Hi,

Thanks to Hraban for providing spot->process color examples and Luigi 
and Taco for testing viewers Duncan can now do more advanced shades, 
that is, if he weren't using mkii. For this metafun has been extended 
with a few more shading commands, with the nicest being:

path p ; p := fullsquare scaled 8cm shifted (20cm,-10cm) ;

fill p
     withshading("linear",llcorner p,urcorner p)
     withcolor red shadedinto green ;

Test file:

\starttext

\definecolor [blueish]   [c=1,m=.38,y=0,k=.64] % pantone pms 2965 uncoated m
\definecolor [yellowish] [c=0,m=.28,y=1,k=.06] % pantone pms  124 uncoated m

\definespotcolor [blue-0]     [blueish]   [p=0.1]
\definespotcolor [blue-50]    [blueish]   [p=0.5]
\definespotcolor [blue-100]   [blueish]   [p=0.9]
\definespotcolor [yellow-0]   [yellowish] [p=0.1]
\definespotcolor [yellow-50]  [yellowish] [p=0.5]
\definespotcolor [yellow-100] [yellowish] [p=0.9]

\definemultitonecolor [somecolor]   [blueish=.12,yellowish=.28] % 
[c=.1,m=.1,y=.3,k=.1]
\definemultitonecolor [somecolor-1] [blueish=0,yellowish=1]
\definemultitonecolor [somecolor-2] [blueish=1,yellowish=0]
\definemultitonecolor [somecolor-3] [blueish=0.1,yellow=0.9]
\definemultitonecolor [somecolor-4] [blueish=0.9,yellow=0.1]
\definemultitonecolor [somecolor-5] 
[blueish=0.1,magenta=0.9,yellow=0.75,cyan=0.8] % [c=1]
\definemultitonecolor [somecolor-6] 
[blueish=0.9,magenta=0.1,yellow=0.25,cyan=0.8] % [m=1]

\startMPpage
path p ; p := fullcircle scaled 10cm shifted (0cm,0) ;

fill p
     withcolor \MPcolor{blue-100} ;

path p ; p := fullcircle scaled 10cm shifted (5cm,0) ;

fill p
     withcircularshading(center p,center p shifted (0,5cm),5cm,0)
     withcolor red shadedinto green ;

fill p
     withshading("circular",center p,center p shifted (0,5cm),5cm,0)
     withcolor red shadedinto green ;

path p ; p := fullcircle scaled 10cm shifted (10cm,0) ;

fill p
     withcircularshading(center p,center p shifted (0,5cm),5cm,0)
     withfromshadecolor red
     withtoshadecolor green ;

path p ; p := fullcircle scaled 10cm shifted (15cm,0) ;

fill p
     withcircularshading(center p,center p shifted (0,5cm),5cm,0)
     withfromshadecolor \MPcolor{blue-0}
     withtoshadecolor \MPcolor{blue-100} ;

path p ; p := fullcircle scaled 10cm shifted (20cm,0) ;

fill p
     withcircularshading(center p,center p,5cm,0)
     withfromshadecolor \MPcolor{yellow-0}
     withtoshadecolor \MPcolor{yellow-50} ;

path p ; p := fullcircle scaled 10cm shifted (0cm,-10cm) ;

fill p
     withcolor \MPcolor{somecolor} ;

path p ; p := fullcircle scaled 10cm shifted (5cm,-10cm) ;

fill p
     withcircularshading(center p,center p shifted (0,5cm),10cm,0)
     withfromshadecolor \MPcolor{somecolor-2}
     withtoshadecolor \MPcolor{somecolor-1} ;

path p ; p := fullcircle scaled 10cm shifted (10cm,-10cm) ;

fill p
     withcircularshading(center p,center p shifted (0,5cm),10cm,0)
     withfromshadecolor \MPcolor{somecolor-3}
     withtoshadecolor \MPcolor{somecolor-4} ;

path p ; p := fullcircle scaled 10cm shifted (15cm,-10cm) ;

fill p
     withcircularshading(center p,center p shifted (0,5cm),10cm,0)
     withfromshadecolor \MPcolor{somecolor-6}
     withtoshadecolor \MPcolor{somecolor-5} ;

path p ; p := fullsquare scaled 8cm shifted (20cm,-10cm) ;

fill p
     withshading("linear",llcorner p,urcorner p)
     withcolor red shadedinto green ;

\stopMPpage

\stoptext

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


             reply	other threads:[~2011-05-18 16:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-18 16:24 Hans Hagen [this message]
2011-05-18 18:30 ` shading Marco
2011-05-18 18:55   ` shading Henning Hraban Ramm
2011-05-18 19:25     ` shading Hans Hagen
2011-05-18 19:18   ` shading Hans Hagen
2011-05-18 20:24   ` shading Hans Hagen
2011-05-19 10:08     ` shading Marco
2011-05-19 10:55       ` shading Hans Hagen
2011-05-19 12:22         ` shading Marco
2020-02-25 11:34 Shading Fabrice Couvreur
2020-02-25 16:18 ` Shading Wolfgang Schuster
2020-02-26 10:34   ` Shading Fabrice Couvreur

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=4DD3F2A5.9010506@wxs.nl \
    --to=pragma@wxs.nl \
    --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).