triangleStrip

fun Canvas.triangleStrip(color: Color = Color.BLACK, points: List<ERROR CLASS: Symbol not found for Pair<kotlin/Int, kotlin/Int>>)
fun Canvas.triangleStrip(color: Color = Color.BLACK, vararg points: ERROR CLASS: Symbol not found for Pair<kotlin/Int, kotlin/Int>)

Draws a triangle strip on the canvas.

Parameters

color

The color of the triangle strip

points

The points to draw the triangle strip through