#include <vuColour7a.h>
Inheritance diagram for vuColour7a:
Public Member Functions | |
vuColour7a () | |
default constructor | |
vuColour7a (const vuColour7a &inst) | |
copy constructor | |
vuColour7a (const vuColour< 8 > &inst) | |
copy constructor | |
vuColour7a (const float *f) | |
cunstruct from an array of floats. | |
vuColour7a (const float f) | |
Sets all components (including the alpha value) to f. | |
vuColour7a (const vuColour31a &c31a) | |
construct from a full spectrum | |
void | from (const vuColour31a &c31a) |
takes the value stored in c31a, converts it to the equivalent value in 7a format, and saves the converted value in this object | |
Static Public Member Functions | |
float * | getCXF31to7 () |
returns the V31 to V7 transformation matrix |
Derived from vuColour general colour template class. With conversion functions from other colour models.
Definition at line 197 of file vuColour7a.h.
|
default constructor
Definition at line 201 of file vuColour7a.h. |
|
copy constructor
Definition at line 203 of file vuColour7a.h. |
|
copy constructor
Definition at line 205 of file vuColour7a.h. |
|
cunstruct from an array of floats. The alpha value is taken from the N+1st position. Definition at line 209 of file vuColour7a.h. |
|
Sets all components (including the alpha value) to f.
Definition at line 211 of file vuColour7a.h. |
|
construct from a full spectrum
Definition at line 214 of file vuColour7a.h. References from(). |
Here is the call graph for this function:
|
takes the value stored in c31a, converts it to the equivalent value in 7a format, and saves the converted value in this object
Definition at line 218 of file vuColour7a.h. References CXF31to7, and vuColour< 8 >::fromColourN(). Referenced by vuTFIntensity::operator=(), ns_vu1112112::Parser::ReadColourType(), and vuColour7a(). |
Here is the call graph for this function:
|
returns the V31 to V7 transformation matrix
Definition at line 224 of file vuColour7a.h. |