Yuv-to-rgb matrix using scaled integers where 256 is 1.  
 More...
#include <grcolourspacematrix.h>
 | 
| 
static g__constexpr int  | scale = 256 | 
|   | 
| 
static g__constexpr int  | yr = 77 | 
|   | 
| 
static g__constexpr int  | yg = 150 | 
|   | 
| 
static g__constexpr int  | yb = 29 | 
|   | 
| 
static g__constexpr int  | ur = -43 | 
|   | 
| 
static g__constexpr int  | ug = -85 | 
|   | 
| 
static g__constexpr int  | ub = 128 | 
|   | 
| 
static g__constexpr int  | vr = 128 | 
|   | 
| 
static g__constexpr int  | vg = -107 | 
|   | 
| 
static g__constexpr int  | vb = -21 | 
|   | 
Yuv-to-rgb matrix using scaled integers where 256 is 1. 
Definition at line 56 of file grcolourspacematrix.h.
The documentation for this class was generated from the following file: