Kind: global interface
- Gradient
- .type :
String
- .angle :
Number
- .scale :
Number
- .colorStops :
Array<ColorStop>
- .aspectRatio :
Number
- .type :
Type of the gradient, linear
, radial
and angular
.
Kind: instance property of Gradient
Gradient line's angle of direction.
Kind: instance property of Gradient
Scale of the gradient.
Kind: instance property of Gradient
gradient.colorStops : Array<ColorStop>
Color stops of the gradient.
Kind: instance property of Gradient
Aspect ratio of the gradient.
Kind: instance property of Gradient