UEZ Posted April 5, 2013 Share Posted April 5, 2013 _GDIPlus_GraphicsClear($hBackbuffer, 0xAARRGGBB) AA = alpha channel RR = red channel GG = green channel BB = blue channel all channels value are in the range between 0 and FF (0 - 255). 0 is black and FF the white. E.g. if you want the bg red then use 0xFFFF0000, for blue 0xFF0000FF, etc. Do you want to load an image as a bg? Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
MyEarth Posted April 5, 2013 Author Share Posted April 5, 2013 (edited) _GDIPlus_GraphicsClear($hBackbuffer, 0xAARRGGBB)AA = alpha channelRR = red channelGG = green channelBB = blue channelall channels value are in the range between 0 and FF (0 - 255). 0 is black and FF the white. E.g. if you want the bg red then use 0xFFFF0000, for blue 0xFF0000FF, etc.Stupid question, there is a way to convert the old 0xFF0000 used by all autoit function to 0xFFFF0000 used by gdi+?EDIT: Yes, stupid question, forget it sorry Do you want to load an image as a bg?Br,UEZYes, thanks Edited April 5, 2013 by MyEarth Link to comment Share on other sites More sharing options...
UEZ Posted April 5, 2013 Share Posted April 5, 2013 Check out again.Br,UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
MyEarth Posted April 5, 2013 Author Share Posted April 5, 2013 (edited) Thanks for all Edited April 5, 2013 by MyEarth Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now