FFmpeg
4.0
|
Data Fields | |
double | xRed |
double | yRed |
double | xGreen |
double | yGreen |
double | xBlue |
double | yBlue |
double | xWhite |
double | yWhite |
double | gamma |
Definition at line 162 of file vf_ciescope.c.
double ColorSystem::xRed |
Definition at line 163 of file vf_ciescope.c.
Referenced by get_rgb2xyz_matrix(), and plot_gamuts().
double ColorSystem::yRed |
Definition at line 163 of file vf_ciescope.c.
Referenced by get_rgb2xyz_matrix(), and plot_gamuts().
double ColorSystem::xGreen |
Definition at line 163 of file vf_ciescope.c.
Referenced by get_rgb2xyz_matrix(), and plot_gamuts().
double ColorSystem::yGreen |
Definition at line 163 of file vf_ciescope.c.
Referenced by get_rgb2xyz_matrix(), and plot_gamuts().
double ColorSystem::xBlue |
Definition at line 163 of file vf_ciescope.c.
Referenced by get_rgb2xyz_matrix(), and plot_gamuts().
double ColorSystem::yBlue |
Definition at line 163 of file vf_ciescope.c.
Referenced by get_rgb2xyz_matrix(), and plot_gamuts().
double ColorSystem::xWhite |
Definition at line 163 of file vf_ciescope.c.
Referenced by get_rgb2xyz_matrix(), and plot_white_point().
double ColorSystem::yWhite |
Definition at line 163 of file vf_ciescope.c.
Referenced by get_rgb2xyz_matrix(), and plot_white_point().
double ColorSystem::gamma |
Definition at line 163 of file vf_ciescope.c.
Referenced by gamma_correct().