Assimp: aiTexel Struct Reference

assimp - Open Asset Import Library

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
 

Detailed Description

Helper structure to represent a texel in a ARGB8888 format.

Used by aiTexture.

Member Function Documentation

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.

Member Data Documentation

unsigned char aiTexel::a
unsigned char aiTexel::b
unsigned char aiTexel::g
unsigned char aiTexel::r
The documentation for this struct was generated from the following file:
Generated on Sun Feb 21 2016 19:42:29 for Assimp by   doxygen 1.8.11