Inheritance diagram for DiDisplayLUT:
Public Member Functions | |
DiDisplayLUT (const unsigned long count, const Uint16 max, const double amb, const double illum=0) | |
constructor | |
virtual | ~DiDisplayLUT () |
destructor | |
double | getAmbientLightValue () const |
get ambient light value | |
double | getIlluminationValue () const |
get illumination value | |
Private Attributes | |
const double | AmbientLight |
ambient light value (measured in cd/m^2) | |
const double | Illumination |
illumination value (measured in cd/m^2) |
Definition at line 48 of file didislut.h.
|
constructor
|
|
get ambient light value
Definition at line 74 of file didislut.h. References AmbientLight. |
|
get illumination value
Definition at line 83 of file didislut.h. References Illumination. |