Cogl.VertexP2T2C4

const Cogl = imports.gi.Cogl;

let vertexP2T2C4 = new Cogl.VertexP2T2C4({
    x: value
    y: value
    s: value
    t: value
    r: value
    g: value
    b: value
    a: value
});
  

A convenience vertex definition that can be used with Cogl.Primitive.new_p3t2c4.

Since 1.6