ID:273100
Sep 5 2009, 8:26 am
|
|
is it possible to change the icon's alpha at run time making like a see through??
|
Sep 5 2009, 8:35 am
|
|
You can use icon += rgb( r, g, b, alpha ). Just supply null for r, g and b and set alpha to the amount that you like, out of 255.
|
Biond_coder wrote:
is it possible to change the icon's alpha at run time making like a see through?? Yes. Because alpha isn't the most intuitive thing to work with at first though, I recommend using the IconProcs library to handle your transparency needs. It also has a bunch of other useful functions so it's a must-have. Lummox JR |
In response to Metamorphman
|
|
better off using iconprocs
|