ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* MP spot color in gradient - help!
@ 2011-05-17 10:24 Duncan Hothersall
  2011-05-17 11:16 ` Hans Hagen
  2011-05-17 11:59 ` Henning Hraban Ramm
  0 siblings, 2 replies; 7+ messages in thread
From: Duncan Hothersall @ 2011-05-17 10:24 UTC (permalink / raw)
  To: ntg-context

  Struggling against a deadline here so apologies for no full sample.

I have a gradient fill defined using


\startuseMPgraphic{mpos:par:mylearnobj}
path p;
for i = 1 upto nofmultipars :
p := multipars[1] topenlarged 8pt bottomenlarged 8pt leftenlarged 3cm ;
color ca ; ca := \MPcolor{greenthirty} ;
color cb ; cb := \MPcolor{white} ;
sh := define_linear_shade(origin, origin shifted (120mm,0), ca, cb) ;
fill p withshade sh ;
endfor;
\stopuseMPgraphic


This works if the colour "greenthirty" is defined as a CMYK colour

\definecolor[TAXBgreenthirty][c=.3,m=0,y=.057,k=.069]

but, inevitably, my printer wants it defined as a spot ink, and when I 
do this:

\definecolor[PantoneThreeOneFourFive][c=1,m=0,y=.19,k=.23]
\definespotcolor[TAXBgreenthirty][PantoneThreeOneFourFive][p=.3]

the gradient turns to black instead of green. (The spot colour 
definition works fine in the rest of the document, just not in the 
gradient fill.)

Could someone possibly let me know if it is even possible to define a 
gradient using a spot colour, or if I should instead revert to some 
alternative solution.

Thanks,

Duncan
___________________________________________________________________________________
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] 7+ messages in thread

* Re: MP spot color in gradient - help!
  2011-05-17 10:24 MP spot color in gradient - help! Duncan Hothersall
@ 2011-05-17 11:16 ` Hans Hagen
  2011-05-17 11:22   ` Duncan Hothersall
  2011-05-17 11:59 ` Henning Hraban Ramm
  1 sibling, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2011-05-17 11:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Duncan Hothersall

On 17-5-2011 12:24, Duncan Hothersall wrote:

> Could someone possibly let me know if it is even possible to define a
> gradient using a spot colour, or if I should instead revert to some
> alternative solution.

I don't think so. Normally, if you use a specific color (recognizable) 
the printer should be able to remap that to some spot color (at least 
that is what we have done in the past, cf publisher specs).

Hans

-----------------------------------------------------------------
                                           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] 7+ messages in thread

* Re: MP spot color in gradient - help!
  2011-05-17 11:16 ` Hans Hagen
@ 2011-05-17 11:22   ` Duncan Hothersall
  0 siblings, 0 replies; 7+ messages in thread
From: Duncan Hothersall @ 2011-05-17 11:22 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

  Right, thanks very much for the quick response Hans. I can remap 
colours with the tools we have here, except in the case of a gradient 
fill. I think I will try using a repeated graphic as a background 
instead, while waiting for printer's thoughts.

Thanks,

Duncan

On 17/05/2011 12:16, Hans Hagen wrote:
> On 17-5-2011 12:24, Duncan Hothersall wrote:
>
>> Could someone possibly let me know if it is even possible to define a
>> gradient using a spot colour, or if I should instead revert to some
>> alternative solution.
>
> I don't think so. Normally, if you use a specific color (recognizable) 
> the printer should be able to remap that to some spot color (at least 
> that is what we have done in the past, cf publisher specs).
>
> Hans
>
> -----------------------------------------------------------------
>                                           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
> -----------------------------------------------------------------


-- 
Duncan Hothersall  +44 131 477 8624
Operations Director CAPDM Limited www.capdm.com
Registered in Scotland: SC168970 / 22 Forth St, Edinburgh EH1 3LH, UK

___________________________________________________________________________________
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] 7+ messages in thread

* Re: MP spot color in gradient - help!
  2011-05-17 10:24 MP spot color in gradient - help! Duncan Hothersall
  2011-05-17 11:16 ` Hans Hagen
@ 2011-05-17 11:59 ` Henning Hraban Ramm
  2011-05-17 12:03   ` Hans Hagen
  1 sibling, 1 reply; 7+ messages in thread
From: Henning Hraban Ramm @ 2011-05-17 11:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2011-05-17 um 12:24 schrieb Duncan Hothersall:

> but, inevitably, my printer wants it defined as a spot ink, and when  
> I do this:
>
> \definecolor[PantoneThreeOneFourFive][c=1,m=0,y=.19,k=.23]
> \definespotcolor[TAXBgreenthirty][PantoneThreeOneFourFive][p=.3]
>
> the gradient turns to black instead of green. (The spot colour  
> definition works fine in the rest of the document, just not in the  
> gradient fill.)
>
> Could someone possibly let me know if it is even possible to define  
> a gradient using a spot colour, or if I should instead revert to  
> some alternative solution.

In PDF it’s possible, I don’t know about MP/ConTeXt.
Did you check (e.g. with Acrobat Pro) if your "Black" is indeed a spot  
color? You may send me your PDF off-list.
Did you try defining your spot color with RGB values? (I remember I  
needed that for something...)

Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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] 7+ messages in thread

* Re: MP spot color in gradient - help!
  2011-05-17 11:59 ` Henning Hraban Ramm
@ 2011-05-17 12:03   ` Hans Hagen
  2011-05-17 12:10     ` luigi scarso
  2011-05-17 19:01     ` Henning Hraban Ramm
  0 siblings, 2 replies; 7+ messages in thread
From: Hans Hagen @ 2011-05-17 12:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Henning Hraban Ramm

On 17-5-2011 1:59, Henning Hraban Ramm wrote:

> In PDF it’s possible, I don’t know about MP/ConTeXt.

Are you sure about gradients? Can you make an example?

Hans

-----------------------------------------------------------------
                                           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] 7+ messages in thread

* Re: MP spot color in gradient - help!
  2011-05-17 12:03   ` Hans Hagen
@ 2011-05-17 12:10     ` luigi scarso
  2011-05-17 19:01     ` Henning Hraban Ramm
  1 sibling, 0 replies; 7+ messages in thread
From: luigi scarso @ 2011-05-17 12:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, May 17, 2011 at 2:03 PM, Hans Hagen <pragma@wxs.nl> wrote:
> On 17-5-2011 1:59, Henning Hraban Ramm wrote:
>
>> In PDF it’s possible, I don’t know about MP/ConTeXt.
>
> Are you sure about gradients? Can you make an example?
Perhaps Shading Patterns (4.6.3 of PDF Spec.) ?



-- 
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] 7+ messages in thread

* Re: MP spot color in gradient - help!
  2011-05-17 12:03   ` Hans Hagen
  2011-05-17 12:10     ` luigi scarso
@ 2011-05-17 19:01     ` Henning Hraban Ramm
  1 sibling, 0 replies; 7+ messages in thread
From: Henning Hraban Ramm @ 2011-05-17 19:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]


Am 2011-05-17 um 14:03 schrieb Hans Hagen:

> On 17-5-2011 1:59, Henning Hraban Ramm wrote:
>
>> In PDF it’s possible, I don’t know about MP/ConTeXt.
>
> Are you sure about gradients? Can you make an example?

Here you are. (InDesign CS4)

Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

[-- Attachment #2: spotcolorgradients.pdf --]
[-- Type: application/pdf, Size: 9539 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 7+ messages in thread

end of thread, other threads:[~2011-05-17 19:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-17 10:24 MP spot color in gradient - help! Duncan Hothersall
2011-05-17 11:16 ` Hans Hagen
2011-05-17 11:22   ` Duncan Hothersall
2011-05-17 11:59 ` Henning Hraban Ramm
2011-05-17 12:03   ` Hans Hagen
2011-05-17 12:10     ` luigi scarso
2011-05-17 19:01     ` Henning Hraban Ramm

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