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:
That didn't work, the only thing i know is black isCode:Key.high = RGB(0,255,0) Key.low = RGB(0,255,0)
Can't do that because black is in my pictCode:key.high = 0 key.low = 0
Any help would be great
Grant




Reply With Quote