76
Graphics / Transparency
« on: October 01, 2007, 10:10:09 pm »
Yes you can do like this
then it will be the original image with 50% transparency.
you will need to use white to not pollute the image with any color
Code: [Select]
myDrawable.SetColor(sf::Color(255,255,255,128));
then it will be the original image with 50% transparency.
you will need to use white to not pollute the image with any color