|
Assimp
v2.0 (November 2010)
|
Helper structure to represent a texel in a ARGB8888 format. More...
Public Member Functions | |
| operator aiColor4D () const | |
| Conversion to a floating-point 4d color. More... | |
| bool | operator!= (const aiTexel &other) const |
| Inverse comparison operator. More... | |
| bool | operator== (const aiTexel &other) const |
| Comparison operator. More... | |
Public Attributes | |
| unsigned char | a |
| unsigned char | b |
| unsigned char | g |
| unsigned char | r |
Helper structure to represent a texel in a ARGB8888 format.
Used by aiTexture.
|
inline |
Conversion to a floating-point 4d color.
|
inline |
Inverse comparison operator.
|
inline |
Comparison operator.
| unsigned char aiTexel::a |
| unsigned char aiTexel::b |
| unsigned char aiTexel::g |
| unsigned char aiTexel::r |
1.8.5