CanvasItem.drawColoredPolygon

Draws a colored polygon of any amount of points, convex or concave.

struct CanvasItem
@nogc nothrow
void
drawColoredPolygon
(
in PoolVector2Array points
,
in Color color
,
in PoolVector2Array uvs = PoolVector2Array.init
,,,
in bool antialiased = false
)

Meta