#include <mmstypes.h>
Public Member Functions | |
MMSFBColor () | |
MMSFBColor (unsigned char r, unsigned char g, unsigned char b, unsigned char a) | |
MMSFBColor (unsigned int argb) | |
unsigned int | getARGB () |
bool | operator== (const MMSFBColor &c) |
bool | operator!= (const MMSFBColor &c) |
Public Attributes | |
unsigned char | r |
red | |
unsigned char | g |
green | |
unsigned char | b |
blue | |
unsigned char | a |
alphachannel |
Definition at line 499 of file mmstypes.h.
MMSFBColor::MMSFBColor | ( | ) | [inline] |
Definition at line 510 of file mmstypes.h.
MMSFBColor::MMSFBColor | ( | unsigned char | r, | |
unsigned char | g, | |||
unsigned char | b, | |||
unsigned char | a | |||
) | [inline] |
Definition at line 517 of file mmstypes.h.
MMSFBColor::MMSFBColor | ( | unsigned int | argb | ) | [inline] |
Definition at line 524 of file mmstypes.h.
unsigned int MMSFBColor::getARGB | ( | ) | [inline] |
Definition at line 531 of file mmstypes.h.
bool MMSFBColor::operator== | ( | const MMSFBColor & | c | ) | [inline] |
Definition at line 540 of file mmstypes.h.
bool MMSFBColor::operator!= | ( | const MMSFBColor & | c | ) | [inline] |
Definition at line 544 of file mmstypes.h.
unsigned char MMSFBColor::r |
unsigned char MMSFBColor::g |
unsigned char MMSFBColor::b |
unsigned char MMSFBColor::a |