LinearGradient
Represents a linear color gradient (see example).
Name | Type | Default | Description |
---|---|---|---|
options |
|
The configuration of this linear gradient. | |
stops |
|
The color stops of the gradient. |
Constructors
LinearGradient
(options?: GradientOptions)
Creates a new linear gradient.
Parameters
options?
The configuration of this linear gradient.
Methods
addStop | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a color stop to the gradient. The color can be in any of the following formats: | Format | Description | --- | --- | --- | red | The basic or extended CSS color name | #ff0000 | The Hex RGB value | rgb(255, 0, 0) | The RGB value Specifying | ||||||||||||
| ||||||||||||
|
end | ||||||
---|---|---|---|---|---|---|
Sets the end point of the gradient. The end point of the gradient. Coordinates are relative to the shape bounding box. For example, | ||||||
|
removeStop | ||||||
---|---|---|---|---|---|---|
Removes a color stop from the gradient. | ||||||
|