Alpha
Introduction
The Alpha property represents the transparency (or opacity) of a given object. The default value is 1 (full opacity), and setting the value to 0 will make the object fully transparent.
For FRB MDX users: Color and alpha values range from 0 to 255 in FlatRedBall MDX.
Code Example
The following code shows how to use the Alpha property on Text objects to control their transparency.
Last updated