Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!sdd.hp.com!decwrl!shelby!neon!jhsu From: jhsu@Neon.Stanford.EDU (Jeffrey H. Hsu) Newsgroups: comp.sys.mac.programmer Subject: Another question about color on the mac... Message-ID: <1990Jul24.065948.24098@Neon.Stanford.EDU> Date: 24 Jul 90 06:59:48 GMT Organization: Computer Science Department, Stanford University Lines: 17 Hello to all MacHackers, I would really appreciate some help. I have a file that contains a list of pixels and the RGB values for each pixel. What I want to know is...is there a simple way to draw the picture represented by the file on a color Mac? I don't know anything about the color manager, but I really hope there is a function that looks something like: DrawPixel(xCoordinate, yCoordinate: longint; Red, Green, Blue: int); Am I hoping for too much? Thanks for any responses, Jeff