From: Jack Klein Newsgroups: comp.os.msdos.djgpp Subject: Re: So lemme get this straight Message-ID: <5isditsqak0fdsia45ohuc4r790e4oogkv@4ax.com> References: <3B26A50C DOT B926BE12 AT home DOT com> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 19 Date: Wed, 13 Jun 2001 04:57:28 GMT NNTP-Posting-Host: 12.84.13.235 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc06-news.ops.worldnet.att.net 992408248 12.84.13.235 (Wed, 13 Jun 2001 04:57:28 GMT) NNTP-Posting-Date: Wed, 13 Jun 2001 04:57:28 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Tue, 12 Jun 2001 23:32:25 GMT, PM wrote in comp.os.msdos.djgpp: > Ok so when talking about colour considerations when programming in the > different colour depths, is this right? > > When programming in 256 colour or 8 bit mode, a palette is used, which > is an 256 elemented array of the RGB structure. Correct? > The palette is used to manipulate colour. > > When programming in high colour or true colour, what is used to > manipulate colour here? is an array of 16 million RGB Structures used? Generally not. Instead the 24 bit RGB value contains 8 bits that directly specify the intensity of each color. -- Jack Klein Home: http://JK-Technology.Com