Variable VertexPosColorTex.color

Opaque diffuse color.

struct VertexPosColorTex
{
  // ...
  gfm.math.vector.Vector!(float,3) color ;
  // ...
}