Function Polygon2D.color

The polygon's fill color. If texture is defined, it will be multiplied by this color. It will also be the default color for vertices not set in vertex_colors.

Color color() nothrow @property @nogc;

void color (
  Color v
) nothrow @property @nogc;