CVB++ 14.0
ColorTwistMatrix Class Reference

Matrix defining color transformations. More...

#include <cvb/foundation/convert_color_space.hpp>

Public Attributes

double A11
 Coefficient 1,1 of the matrix.
 
double A12
 Coefficient 1,2 of the matrix.
 
double A13
 Coefficient 1,3 of the matrix.
 
double A14
 Coefficient 1,4 of the matrix.
 
double A21
 Coefficient 2,1 of the matrix.
 
double A22
 Coefficient 2,2 of the matrix.
 
double A23
 Coefficient 2,3 of the matrix.
 
double A24
 Coefficient 2,4 of the matrix.
 
double A31
 Coefficient 3,1 of the matrix.
 
double A32
 Coefficient 3,2 of the matrix.
 
double A33
 Coefficient 3,3 of the matrix.
 
double A34
 Coefficient 3,4 of the matrix.
 

Detailed Description

Matrix defining color transformations.