Variable WavefrontObj.WFVertex.color

struct WavefrontObj.WFVertex
{
  // ...
  std.typecons.Nullable!(gfm.math.vector.Vector!(float,3).Vector) color ;
  // ...
}