This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (8 messages)
Transparent Color
Message #42241
I have a question about DrawImage(). How can you draw the image if it has a transparent color. The background color 0 for example? Any help would be greatly appreciated! MikeW
Vic Your message read: 128L
AutoDocs?
Message #42136
Are the AutoDocs available in binary form anywhere? I have the RKM books, but I am interested in the V39 version of the AutoDocs?? I would appreciate any help in locating them… Mike W
Vic, I thought 127L
This does not sound very encouraging! I was not a registered developer! Thank you for the help though! MW
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
Any pixel in a HAM image can draw its color from two sources: From the palette (just like any other picture) or from the pixel immediatelly to the left of it! For Example a 6 bit HAM: Every pixel uses 6 bits to determine a color If the most signif…
#HELP with ColorMaps
Message #42081
HELP!! I am trying to open a 256 color screen, on an AMIGA 4000 running 39.29 I don't understand the new ColorMap scheme at all! Although the type of the screen's ColorMap is 02 the Map is still 4 bits per gun! Therefore I cannot use the new SetRGB32CM (and…