Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!ukma!gatech!emory!platt From: platt@emory.uucp (Dan Platt) Newsgroups: comp.lang.pascal Subject: Re: Turbo 4.0 Message-ID: <2305@emory.uucp> Date: Fri, 6-Nov-87 00:44:13 EST Article-I.D.: emory.2305 Posted: Fri Nov 6 00:44:13 1987 Date-Received: Sun, 8-Nov-87 14:47:24 EST References: <954@sauron.Columbia.NCR.COM> Reply-To: platt@emory.UUCP (Dan Platt) Organization: Math and Computer Science, Emory University, Atlanta GA Lines: 20 Keywords: Turbo 4.0 In article <954@sauron.Columbia.NCR.COM> cooper@sauron.Columbia.NCR.COM (cooper) writes: >Simple Question: > >Can anyone tell me if Turbo 4.0 will support more than 4 colors in the >HighRes Color Graphics Mode. It's not too exciting to do any graphics >programming with so few colors! Any help is appreciated. Actually, the limitation isn't in the turbo pascal libraries. There is a limitation on the standard color card palette. You can't even choose all the possible combinations of colors; just a subset of 4 palettes. If you want more colors, you'll need to upgrade to an EGA card or highter. Also, the present level of TP doesn't support ega (unless you buy their graphics toolbox package). Therefore, I would say that Turbo 4.0 will not support more than the 4 colors unless you get an ega card, and then only if they support the EGA. Dan