Public Member Functions | |
TMCColorRGBE8 (void) | |
TMCColorRGBE8 (const int32 rr, const int32 gg, const int32 bb) | |
TMCColorRGBE8 (const TMCColorRGB &color) | |
void | Set (const int32 rr, const int32 gg, const int32 bb) |
void | Set (const TMCColorRGB &color) |
int32 | Red () const |
int32 | Green () const |
int32 | Blue () const |
boolean | operator== (const TMCColorRGBE8 rhs) const |
boolean | operator!= (const TMCColorRGBE8 rhs) const |
void | Interpolate (const TMCColorRGBE8 &from, const TMCColorRGBE8 &to, const real interpolant) |
TMCColorRGBE8::TMCColorRGBE8 | ( | void | ) | [inline] |
TMCColorRGBE8::TMCColorRGBE8 | ( | const int32 | rr, | |
const int32 | gg, | |||
const int32 | bb | |||
) | [inline] |
TMCColorRGBE8::TMCColorRGBE8 | ( | const TMCColorRGB & | color | ) | [inline] |
int32 TMCColorRGBE8::Blue | ( | ) | const [inline] |
int32 TMCColorRGBE8::Green | ( | ) | const [inline] |
void TMCColorRGBE8::Interpolate | ( | const TMCColorRGBE8 & | from, | |
const TMCColorRGBE8 & | to, | |||
const real | interpolant | |||
) |
boolean TMCColorRGBE8::operator!= | ( | const TMCColorRGBE8 | rhs | ) | const [inline] |
boolean TMCColorRGBE8::operator== | ( | const TMCColorRGBE8 | rhs | ) | const [inline] |
int32 TMCColorRGBE8::Red | ( | ) | const [inline] |
void TMCColorRGBE8::Set | ( | const TMCColorRGB & | color | ) | [inline] |
void TMCColorRGBE8::Set | ( | const int32 | rr, | |
const int32 | gg, | |||
const int32 | bb | |||
) | [inline] |