gwdash
Sep 14th, 2000, 04:38 PM
When using the DirectDraw Funciton SetColorKey how do i convert the RGB Value for the color i want into the DDCOLORKEY Structure. I have bright green as my key. I tried:
Key.high = RGB(0,255,0)
Key.low = RGB(0,255,0)
That didn't work, the only thing i know is black is
key.high = 0
key.low = 0
Can't do that because black is in my pict
Any help would be great
Grant
Key.high = RGB(0,255,0)
Key.low = RGB(0,255,0)
That didn't work, the only thing i know is black is
key.high = 0
key.low = 0
Can't do that because black is in my pict
Any help would be great
Grant