Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.3 KB

gradient.md

File metadata and controls

42 lines (29 loc) · 1.3 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

gradient.aspectRatio : Number

Aspect ratio of the gradient.

Kind: instance property of Gradient