Function VisualServerSingleton.immediateColor

Sets the color to be used with next vertex. Equivalent to ImmediateGeometry.setColor.

void immediateColor (
  const(RID) immediate,
  const(Color) color
) nothrow @nogc;