Shape.setColor

Set the color of <b>all</b> Vertices

Note: If you only want to set specific Vertices to a specific color, you should use getVertices() and adapt the specific entries.

class Shape
final @nogc
void
setColor
pure nothrow
(
const Color4b col
)

Meta