Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflorida!gatech!purdue!mentor.cc.purdue.edu!edgincd2 From: edgincd2@mentor.cc.purdue.edu (Chris Edgington *Computer Science Major*) Newsgroups: comp.os.msdos.programmer Subject: VGA 320 X 200 X 256 Pallete Keywords: VGA, pallete, colors Message-ID: <16716@mentor.cc.purdue.edu> Date: 15 Nov 90 16:58:44 GMT Followup-To: comp.sys.ibm.pc.programmer Organization: Purdue University Lines: 12 I have recently been trying to write some VGA groutines in Turbo Assembler to operate in mode 13h. Does anyone have any text or docs that explain the pallete information. I already know that the format of the pallete is one byte for each R G B for each of the 256 colors, so there should be 256 * 3 bytes of info, but I really don't know how to combine R G B to get a specific color. What my ultimate goal is to create a pallete which is a rainbow of 256 different colors. Thanks, Chris Edgington