gradient.go
Structs
type ColorStop struct
type ColorStop struct {
Offset float64 // Position in gradient, 0.0 to 1.0
Color RGBA // Color at this position
}
type ColorStop struct {
Offset float64 // Position in gradient, 0.0 to 1.0
Color RGBA // Color at this position
}
ColorStop represents a color at a specific position in a gradient.