From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14097 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Colors changing when applying "transparent" Date: Tue, 25 Nov 2003 09:20:28 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.1.20031125091011.01b77a68@digitpaint.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1069750427 15708 80.91.224.253 (25 Nov 2003 08:53:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2003 08:53:47 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Nov 25 09:53:44 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AOYx6-0002xB-00 for ; Tue, 25 Nov 2003 09:53:44 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9CE9A10B35; Tue, 25 Nov 2003 09:53:35 +0100 (MET) Original-Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by ref.ntg.nl (Postfix) with ESMTP id 4962210ACD for ; Tue, 25 Nov 2003 09:45:52 +0100 (MET) Original-Received: from vademecum.boede.nl (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla2.xs4all.nl (8.12.9/8.12.9) with ESMTP id hAP8jpKJ042166 for ; Tue, 25 Nov 2003 09:45:51 +0100 (CET) X-Sender: boedenl01@digitpaint.nl X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14097 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14097 Hi, I would like to use transparnt colors in one of the documents. However the resulting color is different with transparent color. Could anyone try the following code twice setting the %-sign in front of the fill-statement: \setupoutput[pdftex] \starttext \setupcolors[state=start] \startuseMPgraphic{tBG} path p ; p := unitsquare xscaled \overlaywidth yscaled \overlayheight ; fill p withcolor \MPcolor{white}; % With normal colors, everything is fine (blue is really RGB(0,0,1) % fill p withcolor transparent("normal",.5,\MPcolor{white}); % This however results in fading of ALL of the colors... \stopuseMPgraphic \defineoverlay[textBG][\useMPgraphic{tBG}] \setupbackgrounds[page][background=color,backgroundcolor=blue] \setupbackgrounds[text][background=textBG] \input tufte \stoptext I would expect that the optical appearance of blue shoud not change after application of the transparent color to the gray areq. Regards Willi