DX9-Overlay-API icon indicating copy to clipboard operation
DX9-Overlay-API copied to clipboard

Alpha Channel not working?

Open evilC opened this issue 10 years ago • 6 comments

According to the docs, dwColor is ARGB. I tried modifying the demo by changing the BoxCreate command to:

BoxCreate(200, 200, 200, 200, 0x10FFFFFF, true)

But the resulting box was not transparent.

evilC avatar Jun 25 '14 23:06 evilC

You tested another Alpha values? I set it with BoxSetColor(..., 0x77000000) and its transparent.

ghost avatar Jun 26 '14 04:06 ghost

I also noticed ALPHA is not working in the GFXTest Application. (Tried it in several other Games (League of Legends, SA:MP) and its working fine there)

I will try to find a better Test-Environment ASAP

JohnnyCrazy avatar Jun 26 '14 14:06 JohnnyCrazy

Alpha is not working for me in MechWarrior Online either.

I am downloading LoL now to see if it works for me in that.

evilC avatar Jun 26 '14 20:06 evilC

It depends on the drawing settings of the game. I might take a look at it :)

agrippa1994 avatar Jun 27 '14 10:06 agrippa1994

Hmm, I think I must have goofed or something. Alpha works fine in MechWarrior Online.

evilC avatar Jun 27 '14 13:06 evilC

Fixed by commit 1031a5a4a78313ce48e05d727148674f01766a92

ghost avatar Jun 12 '17 18:06 ghost