Color Space Conversion matrix and offset. More...
#include <colorspaceconverter.h>
Public Attributes | |
| float | matrix [3][3] |
| 3x3 color conversion matrix. | |
| float | offset [3] |
| Per-channel offset applied before or after the matrix. | |
Color Space Conversion matrix and offset.
Holds a 3x3 transformation matrix and a 3-element offset vector used for converting pixel values between color spaces (e.g. RGB to YCbCr).