Static data describing a color space. More...
#include <colorspace.h>

Public Attributes | |
| ID | id |
| Color space identifier. | |
| String | name |
| Human-readable name. | |
| String | desc |
| Longer description. | |
| ID | invID |
| ID of the inverse (linear/gamma) counterpart. | |
| Params | params |
| Red, green, blue, and white point chromaticities. | |
| TransformFunc | transferFunc = nullptr |
| Forward (OETF) transfer function. | |
| TransformFunc | invTransferFunc = nullptr |
| Inverse (EOTF) transfer function. | |
Static data describing a color space.