Draws a polygon outline using a list of points.
polygon(points, color)
points
[x,y]
color
image.color
pts = [[50,50],[150,50],[100,120]] img.polygon(pts, img.color(0,0,0))