From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/45904 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Weighted colors in MkIV Date: Wed, 26 Nov 2008 11:57:38 +0100 Message-ID: <94D57324-DE81-4EEB-82F8-465795BB240F@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227697180 11641 80.91.229.12 (26 Nov 2008 10:59:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2008 10:59:40 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 26 12:00:43 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1L5I8H-0001gJ-Fc for gctc-ntg-context-518@m.gmane.org; Wed, 26 Nov 2008 12:00:33 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6B6341FB95; Wed, 26 Nov 2008 11:59:21 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14627-02-2; Wed, 26 Nov 2008 11:58:21 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C2AFA1FB39; Wed, 26 Nov 2008 11:58:21 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ACECD1FB39 for ; Wed, 26 Nov 2008 11:58:20 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14764-02-13 for ; Wed, 26 Nov 2008 11:57:44 +0100 (CET) Original-Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.186]) by ronja.ntg.nl (Postfix) with ESMTP id 323981FA4C for ; Wed, 26 Nov 2008 11:57:44 +0100 (CET) Original-Received: by gv-out-0910.google.com with SMTP id l14so124431gvf.1 for ; Wed, 26 Nov 2008 02:57:43 -0800 (PST) Original-Received: by 10.86.57.9 with SMTP id f9mr3690166fga.48.1227697063657; Wed, 26 Nov 2008 02:57:43 -0800 (PST) Original-Received: from ?10.70.146.62? (8.106.113.82.net.de.o2.com [82.113.106.8]) by mx.google.com with ESMTPS id 3sm867704fge.3.2008.11.26.02.57.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 Nov 2008 02:57:43 -0800 (PST) X-Mailer: Apple Mail (2.929.2) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:45904 Archived-At: 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 ___________________________________________________________________________________