alpha

Add Visual Format for more information about setting color.

Specifies the transparency/opacity of the component’s fill color as a value between 0 (completely transparent) and 100 (completely opaque).

Type

Number

Example

alpha = 35.5;

Either syntax below can be used in component script:

alpha               // unqualified
Component1.alpha    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.