|
cocos2d-x
2.1.1
|
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ccColor4B Struct Reference
RGBA color composed of 4 bytes. More...
#include <ccTypes.h>
Public Attributes | |
| GLubyte | r |
| GLubyte | g |
| GLubyte | b |
| GLubyte | a |
Detailed Description
RGBA color composed of 4 bytes.
- Since
- v0.8
Member Data Documentation
| GLubyte a |
| GLubyte b |
| GLubyte g |
| GLubyte r |
The documentation for this struct was generated from the following file:
- /Users/zhangkoumyou/SourceCode/cocos2d-x/cocos2dx/include/ccTypes.h

