Searched defs:color_u (Results 1 – 1 of 1) sorted by relevance
246 struct color_u { struct247 color_u(unsigned x = 0) : r(x), g(x), b(x), a(x) in color_u() function251 color_u(unsigned r, unsigned g, unsigned b, unsigned a) : in color_u() argument257 operator[](unsigned i) const in operator []()263 unsigned r, g, b, a;