1. Exotica PUT_PIXEL example
- Posted by Todd Riggins <triggins at AIRMAIL.NET>
Sep 13, 1999
-
Last edited Sep 14, 1999
--------------B6AB5804B96938D10E037515
Hiyas...
Talvitie helped to remind me that I didn't include a PUT_PIXEL
example in Exotica. So here's the example which will be included
in the next release of Exotica attached. This example also
demostrates the MAKE_RGB routine in which you can define a color
using a value from 0 to 255 for each of the Red, Green and Blue
parameters of MAKE_RGB. Note that the MAKE_RGB routine only works
for 15,16,24,32 bit depths not the 8bit depth in which it would
only return a value of 0.
This example code requires the latest version of Exotica. Just
put it in the example folder with the other Exotica examples and
it should run fine.
-- Todd Riggins
--------------B6AB5804B96938D10E037515
name="PutPixel.exw"