GradientStop
One color of a gradient, at a position along it.
- Kind: Record struct
- Namespace: SkeleKit
- Implements:
IEquatable<GradientStop>
Constructors
Initializes a new instance of the GradientStop struct.
| Parameter | Summary |
|---|---|
Color Color | The color at this step. |
double Offset | The relative position from 0.0 to 1.0 along the axis. |
Properties
Color
The color at this step.
Type: Color
Offset
The relative position from 0.0 to 1.0 along the axis.
Type: double