Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!salter From: salter@magnus.acs.ohio-state.edu (John E Salter) Newsgroups: comp.windows.ms.programmer Subject: PIXEL color problem Message-ID: <1991Jun26.022048.29346@magnus.acs.ohio-state.edu> Date: 26 Jun 91 02:20:48 GMT Sender: news@magnus.acs.ohio-state.edu Organization: The Ohio State University Lines: 11 Originator: salter@bottom.magnus.acs.ohio-state.edu Nntp-Posting-Host: bottom.magnus.acs.ohio-state.edu I using Visual Basic to analyze Pixel Colors of a small 16 color bitmap. The VB function that I am using is "Point" which returns the RGA color of a Pixel point. This looks like the GetPixel function in the SDK. Point is reporting the same RGB value for two different Colors. One is orange and the other is Red. It returns Red ("FF") for both. I am sure this problem is due to my lack of understanding of VGA colors on the PC with windows. Where can I learn more about this topic? Thanks.