#include <WPGColor.h>
Public Member Functions | |
WPGColor () | |
WPGColor (int r, int g, int b) | |
WPGColor (int r, int g, int b, int a) | |
WPGColor (const WPGColor &color) | |
WPGColor & | operator= (const WPGColor &color) |
Public Attributes | |
int | red |
int | green |
int | blue |
int | alpha |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|