Home
last modified time | relevance | path

Searched defs:b2Color (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
Db2Draw.h25 struct b2Color struct
27 b2Color() {} in b2Color() argument
28 b2Color(float32 r, float32 g, float32 b, float32 a = 1.0f) : r(r), g(g), b(b), a(a) {} in r() argument
30 float32 r, g, b, a;