VimbaColorTransformationMatrix

Description

Represents the values of the gain factors or offsets inside the transformation matrix.

Structure fields and default values (if defined) are described below:

Name Type Default Description
Gain00 float 1.0f Red contribution to the red pixel (multiplicative factor)
Gain01 float 0.0f Green contribution to the red pixel (multiplicative factor)
Gain02 float 0.0f Blue contribution to the red pixel (multiplicative factor)
Gain10 float 0.0f Red contribution to the green pixel (multiplicative factor)
Gain11 float 1.0f Green contribution to the green pixel (multiplicative factor)
Gain12 float 0.0f Blue contribution to the green pixel (multiplicative factor)
Gain20 float 0.0f Red contribution to the blue pixel (multiplicative factor)
Gain21 float 0.0f Green contribution to the blue pixel (multiplicative factor)
Gain22 float 1.0f Blue contribution to the blue pixel (multiplicative factor)