[]
Initializes a new instance of the SchemeGradientStop struct.
public SchemeGradientStop(SchemeColor color, double position)
Public Sub New(color As SchemeColor, position As Double)
Type | Name | Description |
---|---|---|
SchemeColor | color | The color of the gradient stop. |
double | position | The position of the gradient stop. |