Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DPaletteTexture.cpp21 struct Color struct
23Color(unsigned char r, unsigned char g,unsigned char b, unsigned char a):red(r),green(g),blue(b),a… in Color() argument
24 unsigned char red;
25 unsigned char green;
26 unsigned char blue;
27 unsigned char alpha;