refinery
RAW file processor
Public Attributes

refinery::Camera::ColorConversionData Struct Reference

These values are used in mapping from sensors to RGB, CMYK and XYZ. More...

#include <refinery/camera.h>

List of all members.

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.

Detailed Description

These values are used in mapping from sensors to RGB, CMYK and XYZ.

Definition at line 24 of file camera.h.


Member Data Documentation

Black level, the camera's conceptual 0.

Definition at line 25 of file camera.h.

Multipliers for making other matrices.

Definition at line 31 of file camera.h.

Matrix to convert sensor values to sRGB.

Definition at line 29 of file camera.h.

Matrix to convert sensor values to XYZ.

Definition at line 30 of file camera.h.

Maximum sensor value.

Definition at line 26 of file camera.h.

Matrix to convert sRGB to sensor values.

Definition at line 28 of file camera.h.

To scale sensor values for max 65535.

Definition at line 32 of file camera.h.

Matrix to convert XYZ to sensor values.

Definition at line 27 of file camera.h.


The documentation for this struct was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator