aiColor4D Struct Reference
Represents a color in Red-Green-Blue space including an alpha component.
More...
List of all members.
Detailed Description
Represents a color in Red-Green-Blue space including an alpha component.
Color values range from 0 to 1.
Constructor & Destructor Documentation
aiColor4D::aiColor4D |
( |
|
) |
[inline] |
aiColor4D::aiColor4D |
( |
float |
_r, |
|
|
float |
_g, |
|
|
float |
_b, |
|
|
float |
_a | |
|
) |
| | [inline] |
aiColor4D::aiColor4D |
( |
float |
_r |
) |
[inline] |
aiColor4D::aiColor4D |
( |
const aiColor4D & |
o |
) |
[inline] |
Member Function Documentation
bool aiColor4D::IsBlack |
( |
|
) |
const [inline] |
check whether a color is (close to) black
AI_FORCE_INLINE bool aiColor4D::operator!= |
( |
const aiColor4D & |
other |
) |
const |
AI_FORCE_INLINE const aiColor4D & aiColor4D::operator*= |
( |
float |
f |
) |
|
AI_FORCE_INLINE const aiColor4D & aiColor4D::operator/= |
( |
float |
f |
) |
|
AI_FORCE_INLINE bool aiColor4D::operator== |
( |
const aiColor4D & |
other |
) |
const |
AI_FORCE_INLINE float & aiColor4D::operator[] |
( |
unsigned int |
i |
) |
[inline] |
AI_FORCE_INLINE float aiColor4D::operator[] |
( |
unsigned int |
i |
) |
const [inline] |
Member Data Documentation
The documentation for this struct was generated from the following files: