Game Development Community

Semi-transparent GUI backgrounds

by Bill Henderson · in Torque Game Engine · 04/26/2002 (9:22 am) · 1 replies

How is the world editor toolbar background semi-transparent? and how do I get mine to do that

#1
04/26/2002 (9:29 am)
In the EditorScrollProfile, the fill color is set as:

fillColor = "192 192 192 192";

The last 192 is the alpha value. If you don't want a constant fill, you can use a bitmap background with an alpha channel.