VimbaColorTransformationMatrix

Description

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

Structure Fields

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

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