Public Member Functions | |
operator aiColor4D () const | |
Conversion to a floating-point 4d color. | |
bool | operator!= (const aiTexel &other) const |
Inverse comparison operator. | |
bool | operator== (const aiTexel &other) const |
Comparison operator. | |
Public Attributes | |
unsigned char | a |
unsigned char | b |
unsigned char | g |
unsigned char | r |
Used by aiTexture.
aiTexel::operator aiColor4D | ( | ) | const [inline] |
Conversion to a floating-point 4d color.
bool aiTexel::operator!= | ( | const aiTexel & | other | ) | const [inline] |
Inverse comparison operator.
bool aiTexel::operator== | ( | const aiTexel & | other | ) | const [inline] |
Comparison operator.
unsigned char aiTexel::a |
unsigned char aiTexel::b |
unsigned char aiTexel::g |
unsigned char aiTexel::r |