Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.06 KB

File metadata and controls

34 lines (24 loc) · 1.06 KB

Gradient

Kind: global interface

gradient.type : String

Type of the gradient, linear, radial and angular.

Kind: instance property of Gradient

gradient.angle : Number

Gradient line's angle of direction.

Kind: instance property of Gradient

gradient.scale : Number

Scale of the gradient.

Kind: instance property of Gradient

gradient.colorStops : Array.<ColorStop>

Color stops of the gradient.

Kind: instance property of Gradient