Structure to store vertex color (RGBA).
#include <Point2.h>
Public Member Functions | |
| VtxColor (unsigned char r_, unsigned char g_, unsigned char b_, unsigned char a_) | |
| Constructor. More... | |
Public Attributes | |
| float | a |
| float | b |
| float | g |
| float | r |
|
inline |
| r_,g_,b_,a_ | Red, green, blue, alpha (0-255). |