|
refinery
RAW file processor
|
These values are used in mapping from sensors to RGB, CMYK and XYZ. More...
#include <refinery/camera.h>
Public Attributes | |
| short | black |
| Black level, the camera's conceptual 0. | |
| short | maximum |
| Maximum sensor value. | |
| double | xyzToCamera [4][3] |
| Matrix to convert XYZ to sensor values. | |
| double | rgbToCamera [4][3] |
| Matrix to convert sRGB to sensor values. | |
| double | cameraToRgb [3][4] |
| Matrix to convert sensor values to sRGB. | |
| double | cameraToXyz [3][4] |
| Matrix to convert sensor values to XYZ. | |
| double | cameraMultipliers [4] |
| Multipliers for making other matrices. | |
| double | scalingMultipliers [4] |
| To scale sensor values for max 65535. | |
These values are used in mapping from sensors to RGB, CMYK and XYZ.
| double refinery::Camera::ColorConversionData::cameraToRgb[3][4] |
| double refinery::Camera::ColorConversionData::cameraToXyz[3][4] |
| double refinery::Camera::ColorConversionData::rgbToCamera[4][3] |
| double refinery::Camera::ColorConversionData::xyzToCamera[4][3] |
1.7.3