CVBpy 14.0
ColorTwistMatrix Class Reference

Matrix defining color transformations. More...

Inherits object.

Properties

 a11 = property
 float: Gets or sets coefficient 1,1 of the matrix.
 
 a12 = property
 float: Gets or sets coefficient 1,2 of the matrix.
 
 a13 = property
 float: Gets or sets coefficient 1,3 of the matrix.
 
 a14 = property
 float: Gets or sets coefficient 1,4 of the matrix.
 
 a21 = property
 float: Gets or sets coefficient 2,1 of the matrix.
 
 a22 = property
 float: Gets or sets coefficient 2,2 of the matrix.
 
 a23 = property
 float: Gets or sets coefficient 2,3 of the matrix.
 
 a24 = property
 float: Gets or sets coefficient 2,4 of the matrix.
 
 a31 = property
 float: Gets or sets coefficient 3,1 of the matrix.
 
 a32 = property
 float: Gets or sets coefficient 3,2 of the matrix.
 
 a33 = property
 float: Gets or sets coefficient 3,3 of the matrix.
 
 a34 = property
 float: Gets or sets coefficient 3,4 of the matrix.
 

Detailed Description

Matrix defining color transformations.

Create the matrix either specifying all the coefficients or specifying none for default (empty) matrix.

Parameters

a11 : Optional[float] Coefficient 1,1 of the matrix.

a12 : Optional[float] Coefficient 1,2 of the matrix.

a13 : Optional[float] Coefficient 1,3 of the matrix.

a14 : Optional[float] Coefficient 1,4 of the matrix.

a21 : Optional[float] Coefficient 2,1 of the matrix.

a22 : Optional[float] Coefficient 2,2 of the matrix.

a23 : Optional[float] Coefficient 2,3 of the matrix.

a24 : Optional[float] Coefficient 2,4 of the matrix.

a31 : Optional[float] Coefficient 3,1 of the matrix.

a32 : Optional[float] Coefficient 3,2 of the matrix.

a33 : Optional[float] Coefficient 3,3 of the matrix.

a34 : Optional[float] Coefficient 3,4 of the matrix.