Constructor
new ColorStop(color, position)
Creates a new ColorStop with the given color and position.
Parameters:
Name | Type | Description |
---|---|---|
color | Color | The color of the stop. |
position | number | The position of the stop. |
- Source
Classes
Members
color
The color of the stop.
- Source
color
The color of the stop.
- Source
position
The position of the stop.
- Source
position
The position of the stop.
- Source