Path: news.daimi.aau.dk!news.net.uni-c.dk!uninett.no!Cabal.CESspool!bofh.vszbr.cz!wuff.mayn.de!Informatik.Uni-Dortmund.DE!news From: pkb107 Newsgroups: comp.lang.beta Subject: colors Date: Wed, 06 May 1998 14:54:57 +0200 Organization: CS Department, University of Dortmund, Germany Lines: 11 Message-ID: <35505DA1.175C@tonno3.informatik.uni-dortmund.de> NNTP-Posting-Host: salami1.informatik.uni-dortmund.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4m) Xref: news.daimi.aau.dk comp.lang.beta:11559 how can I use predefined colors or define colors on my own? there is a color 'class' (integer red, green, blue), but what are the ranges for these numbers ? what happens if my display only offers 256 (prolly indexed) colors? will the compiler convert colors or will they be adjusted at run-time ? thanks