libcamera
v0.5.0
Supporting cameras in Linux since 2019
|
Type of a single column of a color correction matrix (CCM) More...
Public Attributes | |
int16_t | r |
Red (first) component of a CCM column. | |
int16_t | g |
Green (second) component of a CCM column. | |
int16_t | b |
Blue (third) component of a CCM column. | |
Type of a single column of a color correction matrix (CCM)
When multiplying an input pixel, columns in the CCM correspond to the red, green or blue component of input pixel values, while rows correspond to the red, green or blue components of the output pixel values. The members of the CcmColumn structure are named after the colour components of the output pixel values they correspond to.