#include <psPhotometry.h>
Collaboration diagram for psPhotTransform:

This structure defines the transformation between two photometric systems.
Definition at line 58 of file psPhotometry.h.
Data Fields | |
| const psPhotSystem | src |
| Source photometric system. | |
| const psPhotSystem | dst |
| Destination photometric system. | |
| const psPhotSystem | pP |
| Primary color reference. | |
| const psPhotSystem | pM |
| Primary color reference. | |
| const psPhotSystem | sP |
| Secondary color reference. | |
| const psPhotSystem | sM |
| Secondary color reference. | |
| psF32 | pA |
| Color offset for references. | |
| psF32 | sA |
| Color offset for references. | |
| psPolynomial3D | transform |
| Transformation from source to destination. | |
|
|
Destination photometric system.
Definition at line 61 of file psPhotometry.h. |
|
|
Color offset for references.
Definition at line 66 of file psPhotometry.h. |
|
|
Primary color reference.
Definition at line 63 of file psPhotometry.h. |
|
|
Primary color reference.
Definition at line 62 of file psPhotometry.h. |
|
|
Color offset for references.
Definition at line 67 of file psPhotometry.h. |
|
|
Secondary color reference.
Definition at line 65 of file psPhotometry.h. |
|
|
Secondary color reference.
Definition at line 64 of file psPhotometry.h. |
|
|
Source photometric system.
Definition at line 60 of file psPhotometry.h. |
|
|
Transformation from source to destination.
Definition at line 68 of file psPhotometry.h. |
1.4.1