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 Alpha | The alpha in this key |
number Time | The time in this key |
Examples
local alphaKey = AlphaKey(255, 0);