label transparency - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32) +---- Thread: label transparency (/showthread.php?tid=23319) |
label transparency - HF~Legend - 11-18-2011 Just coding ago 1hours Code: """ this is the code that sets up a new label with custom settings """ RE: label transparency - Rhynorater - 12-17-2011 Nice contribution, I dont do GUI's or games but I will keep this in mind of I ever do. RE: label transparency - Pikachu - 01-05-2012 Looks pretty cool. Im guessing this is a label game? RE: label transparency - Quizzical - 01-06-2012 I don't do much when it comes to this, but this is a pretty cool Python code. I'll check this out in the near future when I may need it to do something with logos. And wow this only took you an hour? Very good work man, you should release more in this section. RE: label transparency - AceInfinity - 01-06-2012 Pretty basic here, you're using argb by defining an extra value for the color value parameters to interpret. If it's not inputted I believe it just defaults over to 255 which is FF (max) in hexadecimal. |