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