ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Weighted colors in MkIV
Date: Wed, 26 Nov 2008 11:57:38 +0100	[thread overview]
Message-ID: <94D57324-DE81-4EEB-82F8-465795BB240F@gmail.com> (raw)

Hi,

in MkIV there is a problem when I set tints for a color.


This is a complete minimal example of my setup:

\setupcolors[state=start,rgb=no,cmyk=yes,spot=yes] % rgb= no needed in  
MkII

\setupcolor [hex]

\definecolor[PantoneOneEightSeven][h=C40F2F,e=Pantone 187 U]

\definespotcolor[dtkred]     [PantoneOneEightSeven][p=1.0]
\definespotcolor[dtkredlight][PantoneOneEightSeven][p=0.7]

\starttext

\blackrule[width=4cm,height=4cm,color=dtkred,]

\blackrule[width=4cm,height=4cm,color=dtkredlight]

\stoptext


I could also reproduce it with a short setup:

\setupcolors[state=start,rgb=no] % rgb= no needed in MkII

\definespotcolor[dtkred]     [red][p=1.0]
\definespotcolor[dtkredlight][red][p=0.7]

\starttext

\blackrule[width=4cm,height=4cm,color=dtkred,]

\blackrule[width=4cm,height=4cm,color=dtkredlight]

\stoptext

With the setting rgb=yes the color dtkred is correct in the output
but dtkredlight is darker than dtkred, with the setting rgb=no
dtkred is black in my document.

Wolfgang

___________________________________________________________________________________
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-11-26 10:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-26 10:57 Wolfgang Schuster [this message]
2008-11-30 20:22 ` Wolfgang Schuster

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=94D57324-DE81-4EEB-82F8-465795BB240F@gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).