CanvasItem.drawMultilineColors

Draws multiple, parallel lines with a uniform width and segment-by-segment coloring. Colors assigned to line segments match by index between points and colors. Note: width and antialiased are currently not implemented and have no effect.

struct CanvasItem
@nogc nothrow
void
drawMultilineColors
(
in PoolVector2Array points
,
in PoolColorArray colors
,
in double width = 1
,
in bool antialiased = false
)

Meta