|
-
Jun 28th, 2000, 05:47 AM
#1
Thread Starter
Member
Here ya go, hope it helps
This is from a program that I made.
It makes the transparent colour Black.
I'm not entirely sure what the colour system is in DDraw since I never use anything but black as my transparent colour, all I know is that '0' works!
Dim key As DDCOLORKEY
key.low = 0
key.high = 0
ShipSurf.SetColorKey DDCKEY_SRCBLT, key
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|