Struct
CoglVertexP2C4
Description [src]
struct CoglVertexP2C4 {
  float x;
  float y;
  uint8_t r;
  uint8_t g;
  uint8_t b;
  uint8_t a;
}
A convenience vertex definition that can be used with cogl_primitive_new_p2c4().
Structure members
- x
- The x component of a position attribute. 
- y
- The y component of a position attribute. 
- r
- The red component of a color attribute. 
- g
- The blue component of a color attribute. 
- b
- The green component of a color attribute. 
- a
- The alpha component of a color attribute.