Detailed Description
Color vector.
Definition at line 450 of file fbtypes.h.
#include <fbtypes.h>
List of all
members.
Constructor & Destructor Documentation
Constructor from array.
- Parameters:
-
pValue |
Array to take values from. |
FBColor |
( |
double |
pRed, |
|
|
double |
pGreen, |
|
|
double |
pBlue |
|
) |
|
|
Constructor.
- Parameters:
-
pRed |
Red component. |
pGreen |
Green component. |
pBlue |
Blue component. |
Member Function Documentation
double& operator[] |
( |
int |
pIndex |
) |
|
Overloaded [] operator.
- Parameters:
-
pIndex |
Element to access. |
- Returns:
- Element at pIndex.
Reimplemented from FBVector3<
double >.
operator double * |
( |
|
) |
const |
Overloaded cast to array.
- Returns:
- Array of items of tType.
Reimplemented from FBVector3<
double >.
Overloaded equal operator.
- Parameters:
-
- Returns:
- this vector as a const.
void operator= |
( |
double * |
pValue |
) |
|
The documentation for this class was generated from the following
file: