Polygon
graphics.elements.simple.Polygon
A polygon element.
Properties
verts
: List of VectorProps, length 2. List of (x, y) location of vertices.offset
: VectorProp, length 2. Offset of all vertices.border
: IntProp. Width (pixels) of polygon border.color
: VectorProp, length 4. RGBA color of polygon.border_color
: VectorProp, length 4. RGBA color of polygon border.antialias
: BoolProp. Whether to perform simple antialiasing.