#include <vuColour9a.h>
Inheritance diagram for vuColour9a:
Public Member Functions | |
vuColour9a () | |
default constructor | |
vuColour9a (const vuColour9a &inst) | |
copy constructor | |
vuColour9a (const vuColour< 10 > &inst) | |
constructor, basiclly a copy constructor | |
vuColour9a (const float *f) | |
cunstruct from an array of floats. | |
vuColour9a (const float f) | |
Sets all components (including the alpha value) to f. | |
void | to (vuColourRGBa &rgba) |
this will convert the vuColour9a to RGBA and store that value in rgba | |
void | from (const vuColour31a &c31a) |
This will convert from c31a to vucolour9a and store the result in this instance. | |
void | to (vuColour31a &c31a) |
this will convert the value stored in this instance to vucolour31a and store the result in c31a |
Derived from vuColour general colour template class. With conversion functions from other colour models.
Definition at line 155 of file vuColour9a.h.
|
default constructor
Definition at line 159 of file vuColour9a.h. |
|
copy constructor
Definition at line 161 of file vuColour9a.h. |
|
constructor, basiclly a copy constructor
Definition at line 164 of file vuColour9a.h. |
|
cunstruct from an array of floats. The alpha value is taken from the N+1st position. Definition at line 168 of file vuColour9a.h. |
|
Sets all components (including the alpha value) to f.
Definition at line 170 of file vuColour9a.h. |
|
This will convert from c31a to vucolour9a and store the result in this instance.
Definition at line 179 of file vuColour9a.h. References CXF31to9, and vuColour< 10 >::fromColourN(). |
Here is the call graph for this function:
|
this will convert the value stored in this instance to vucolour31a and store the result in c31a
Definition at line 185 of file vuColour9a.h. References CXF9to31, and vuColour< 10 >::toColourN(). |
Here is the call graph for this function:
|
this will convert the vuColour9a to RGBA and store that value in rgba
Definition at line 173 of file vuColour9a.h. References CXF9toRGB, and vuColour< 10 >::toColourN(). Referenced by vuTFIntensity::getRGBa(). |
Here is the call graph for this function: