MP spot color in gradient - help!
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
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 -----------------------------------------------------------------
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
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)
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 -----------------------------------------------------------------
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)
participants (4)
-
Duncan Hothersall
-
Hans Hagen
-
Henning Hraban Ramm
-
luigi scarso