aiColor3D Struct Reference
Represents a color in Red-Green-Blue space.
More...
List of all members.
Detailed Description
Represents a color in Red-Green-Blue space.
Constructor & Destructor Documentation
aiColor3D::aiColor3D |
( |
|
) |
[inline] |
aiColor3D::aiColor3D |
( |
float |
_r, |
|
|
float |
_g, |
|
|
float |
_b | |
|
) |
| | [inline] |
aiColor3D::aiColor3D |
( |
float |
_r |
) |
[inline] |
aiColor3D::aiColor3D |
( |
const aiColor3D & |
o |
) |
[inline] |
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.
aiColor3D aiColor3D::operator* |
( |
float |
f |
) |
const [inline] |
Component-wise multiplication.
Component-wise subtraction.
bool aiColor3D::operator== |
( |
const aiColor3D & |
other |
) |
const [inline] |
Component-wise comparison.
float& aiColor3D::operator[] |
( |
unsigned int |
i |
) |
[inline] |
Access a specific color component.
float aiColor3D::operator[] |
( |
unsigned int |
i |
) |
const [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: