AlphaKey

Object that represents an alpha key in a gradient, that consists of an Alpha and a Time property.

The Alpha property has to be between 0 and 255. The Time property has to be between 0 and 1.

Constructors

AlphaKey(number Alpha, number Time)

Functions

number AlphaThe alpha in this key
number TimeThe time in this key

Examples

local alphaKey = AlphaKey(255, 0);