Assimp
v3.1.1 (June 2014)
|
aiColor3D Struct Reference
Represents a color in Red-Green-Blue space.
More...
Public Attributes |
float | b |
|
float | g |
|
float | r |
| Red, green and blue color values. More...
|
|
Detailed Description
Represents a color in Red-Green-Blue space.
Constructor & Destructor Documentation
aiColor3D::aiColor3D |
( |
float |
_r, |
|
|
float |
_g, |
|
|
float |
_b |
|
) |
| |
|
inline |
aiColor3D::aiColor3D |
( |
float |
_r | ) |
|
|
inlineexplicit |
Member Function Documentation
bool aiColor3D::IsBlack |
( |
| ) |
const |
|
inline |
Check whether a color is black.
bool aiColor3D::operator!= |
( |
const aiColor3D & |
other | ) |
const |
|
inline |
Component-wise inverse comparison.
Component-wise multiplication.
aiColor3D aiColor3D::operator* |
( |
float |
f | ) |
const |
|
inline |
Component-wise subtraction.
bool aiColor3D::operator< |
( |
const aiColor3D & |
other | ) |
const |
|
inline |
Component-wise comparison.
bool aiColor3D::operator== |
( |
const aiColor3D & |
other | ) |
const |
|
inline |
Component-wise comparison.
float aiColor3D::operator[] |
( |
unsigned int |
i | ) |
const |
|
inline |
Access a specific color component.
float& aiColor3D::operator[] |
( |
unsigned int |
i | ) |
|
|
inline |
Access a specific color component.
Member Data Documentation
Red, green and blue color values.
The documentation for this struct was generated from the following file: