Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Helper structure to represent a texel in a ARGB8888 format. More...
#include <texture.h>
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 |
Helper structure to represent a texel in a ARGB8888 format.
Used by aiTexture.
|
inline |
Conversion to a floating-point 4d color.