PipeWire 1.2.6
|
spa_video_colorimetry: More...
#include <spa/param/video/color.h>
Data Fields | |
enum spa_video_color_range | range |
The color range. | |
enum spa_video_color_matrix | matrix |
the color matrix. | |
enum spa_video_transfer_function | transfer |
The transfer function. | |
enum spa_video_color_primaries | primaries |
Color primaries. | |
Structure describing the color info.
enum spa_video_color_range spa_video_colorimetry::range |
The color range.
This is the valid range for the samples. It is used to convert the samples to Y'PbPr values.
enum spa_video_color_matrix spa_video_colorimetry::matrix |
the color matrix.
Used to convert between Y'PbPr and non-linear RGB (R'G'B')
enum spa_video_transfer_function spa_video_colorimetry::transfer |
The transfer function.
Used to convert between R'G'B' and RGB
enum spa_video_color_primaries spa_video_colorimetry::primaries |
Color primaries.
Used to convert between R'G'B' and CIE XYZ