About Store Forum Documentation Contact



Post Reply 
Changing Gfx alpha?
Author Message
SONB Offline
Member

Post: #1
Changing Gfx alpha?
Hi!

How can I change the alpha value of a 2D Gfx? I couldn't find a member of the Gfx class which could be responsible for alpha.. Or did I miss something?


SONB
03-04-2009 08:48 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
Re: Changing Gfx alpha?
a Gfx is a typical texture it contains of pixels (for example ARGB)

you can also specify the total alpha when drawing the image by setting (UInt color) for example=ARGB(x,x,x,x)
03-05-2009 01:22 AM
Find all posts by this user Quote this message in a reply
Post Reply