Hi guys,
I am coding a ingame overlay for a d3d game in c++, everything is working fine so far... but with the colors i have troubles :(
The alpha value doesnt take any effect. If i set the 255 to 100 eg. Nothing happens... perhpas u have some ideas why? thx!
I am coding a ingame overlay for a d3d game in c++, everything is working fine so far... but with the colors i have troubles :(
PHP Code:
const D3DCOLOR colorBlack = D3DCOLOR_ARGB(255, 0, 0, 0);
const D3DCOLOR colorGrey = D3DCOLOR_ARGB(255, 115, 115, 115);