|
FFmpeg
|
Data Fields | |
| enum Whitepoint | wp |
| double | xr |
| double | yr |
| double | xg |
| double | yg |
| double | xb |
| double | yb |
Definition at line 109 of file vf_colorspace.c.
| enum Whitepoint ColorPrimaries::wp |
Definition at line 110 of file vf_colorspace.c.
Referenced by create_filtergraph(), and fill_rgb2xyz_table().
| double ColorPrimaries::xr |
Definition at line 111 of file vf_colorspace.c.
Referenced by fill_rgb2xyz_table(), and get_color_primaries().
| double ColorPrimaries::yr |
Definition at line 111 of file vf_colorspace.c.
Referenced by fill_rgb2xyz_table().
| double ColorPrimaries::xg |
Definition at line 111 of file vf_colorspace.c.
Referenced by fill_rgb2xyz_table().
| double ColorPrimaries::yg |
Definition at line 111 of file vf_colorspace.c.
Referenced by fill_rgb2xyz_table().
| double ColorPrimaries::xb |
Definition at line 111 of file vf_colorspace.c.
Referenced by fill_rgb2xyz_table().
| double ColorPrimaries::yb |
Definition at line 111 of file vf_colorspace.c.
Referenced by fill_rgb2xyz_table().
1.8.6