Versions in this module Expand all Collapse all v0 v0.5.1 Apr 28, 2017 Changes in this version + type EndShape int + const NoEndShape + const RoundEndShape + const SharpEndShape + type IMDraw struct + func New(pic pixel.Picture) *IMDraw + func (imd *IMDraw) Circle(radius, thickness float64) + func (imd *IMDraw) CircleArc(radius, low, high, thickness float64) + func (imd *IMDraw) Clear() + func (imd *IMDraw) Color(color color.Color) + func (imd *IMDraw) Draw(t pixel.Target) + func (imd *IMDraw) Ellipse(radius pixel.Vec, thickness float64) + func (imd *IMDraw) EllipseArc(radius pixel.Vec, low, high, thickness float64) + func (imd *IMDraw) EndShape(es EndShape) + func (imd *IMDraw) Intensity(in float64) + func (imd *IMDraw) Line(thickness float64) + func (imd *IMDraw) MakePicture(p pixel.Picture) pixel.TargetPicture + func (imd *IMDraw) MakeTriangles(t pixel.Triangles) pixel.TargetTriangles + func (imd *IMDraw) Picture(pic pixel.Vec) + func (imd *IMDraw) Polygon(thickness float64) + func (imd *IMDraw) Precision(p int) + func (imd *IMDraw) Push(pts ...pixel.Vec) + func (imd *IMDraw) Rectangle(thickness float64) + func (imd *IMDraw) Reset() + func (imd *IMDraw) SetColorMask(color color.Color) + func (imd *IMDraw) SetMatrix(m pixel.Matrix)