VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Gr::ColourSpace::matrix_256 Class Reference

Yuv-to-rgb matrix using scaled integers where 256 is 1. More...

#include <grcolourspacematrix.h>

Public Types

typedef matrix_256_inverse inverse_type
 

Static Public Attributes

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
 

Detailed Description

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: