CompuServe Messages

#HELP with ColorMaps

    04-Aug-94 15:43:01
Fm: Michael Williams 70302,324
To: Steve Ahlstrom 76703,2006
I think I figured it out. My problem was that I was trying to look at the structure in ViewPort.ColorMap->ColorTable and expected it to contain colors at 8 bits per gun. I also was using SetRGB32 (vp, 0L, 127L, 127L, 127L); instead of SetRGB32 (vp, 0L, 127L << 24, 127L << 24, 127L << 24); I found some sample code that used the upper 8 bits, and it seems to work. Where can I find some documentation on the new functions and structures in V39.0? I am getting tired of looking through the include files and trying to figure it out? Appreciate the help, Mike Williams