Vertex.r

The color components

  1. float r;
    struct Vertex
    float r;
  2. float g;
  3. float b;
  4. float a;

Meta