Yuv-to-rgb matrix using scaled integers where 1000 is 1.
More...
#include <grcolourspacematrix.h>
|
static g__constexpr int | scale = 1000 |
|
static g__constexpr int | yr = 299 |
|
static g__constexpr int | yg = 587 |
|
static g__constexpr int | yb = 114 |
|
static g__constexpr int | ur = -169 |
|
static g__constexpr int | ug = -331 |
|
static g__constexpr int | ub = 500 |
|
static g__constexpr int | vr = 500 |
|
static g__constexpr int | vg = -419 |
|
static g__constexpr int | vb = -81 |
|
Yuv-to-rgb matrix using scaled integers where 1000 is 1.
Definition at line 97 of file grcolourspacematrix.h.
The documentation for this class was generated from the following file: