zntg/ui/drawoptions.go

13 lines
136 B
Go
Raw Normal View History

package ui
import (
"image/color"
"opslag.de/schobers/geom"
)
type DrawOptions struct {
Tint color.Color
Scale *geom.PointF32
}