#include <MColor.h>
List of all members.
Constructor & Destructor Documentation
MColor::MColor |
( |
void |
| ) |
[inline] |
MColor::MColor |
( |
unsigned char |
newR, |
|
|
unsigned char |
newG, |
|
|
unsigned char |
newB, |
|
|
unsigned char |
newA |
|
) |
| [inline] |
MColor::MColor |
( |
const MColor & |
color | ) |
[inline] |
MColor::MColor |
( |
const MVector3 & |
color | ) |
[inline] |
MColor::MColor |
( |
const MVector4 & |
color | ) |
[inline] |
MColor::~MColor |
( |
| ) |
[inline] |
Member Function Documentation
MColor::operator const unsigned char * |
( |
| ) |
const [inline] |
MColor::operator unsigned char * |
( |
| ) |
const [inline] |
bool MColor::operator!= |
( |
const MColor & |
color | ) |
const [inline] |
MColor MColor::operator* |
( |
const float |
value | ) |
const [inline] |
MColor MColor::operator+ |
( |
const MColor & |
color | ) |
const [inline] |
MColor MColor::operator+ |
( |
const int |
value | ) |
const [inline] |
MColor MColor::operator- |
( |
const int |
value | ) |
const [inline] |
MColor MColor::operator- |
( |
const MColor & |
color | ) |
const [inline] |
MColor MColor::operator/ |
( |
const float |
value | ) |
const [inline] |
bool MColor::operator== |
( |
const MColor & |
color | ) |
const [inline] |
void MColor::set |
( |
unsigned char |
newR, |
|
|
unsigned char |
newG, |
|
|
unsigned char |
newB, |
|
|
unsigned char |
newA |
|
) |
| [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: