BackgroundGradientAngle
Define an element of the conic gradient
type BackgroundGradientAngle struct {
Angle any
Color any
}
| Member | Type | Description |
|---|---|---|
| Angle | any |
The key angle. Optional (may be nil). Can take a value of AngleUnit type or string (angle constant or textual description of the angle) |
| Color | any |
The color of the key angle. Must not be nil. Can take a value of Color type or string (color constant or textual description of the color) |