Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ConversionToRGB Class Reference

#include <ConversionMatrix.h>

Inheritance diagram for ConversionToRGB:
CMatrix< 3 >

Public Member Functions

 ConversionToRGB (float Kr, float Kb)
 
 ~ConversionToRGB () override=default
 
- Public Member Functions inherited from CMatrix< 3 >
 CMatrix ()=default
 
 CMatrix (const CMatrix< Order - 1 > &other)
 
 CMatrix (const std::array< std::array< float, Order >, Order > &other)
 
 CMatrix (const std::array< std::array< float, Order - 1 >, Order - 1 > &other)
 
virtual ~CMatrix ()=default
 
virtual CMatrix operator* (const std::array< std::array< float, Order >, Order > &other)
 
CMatrix operator* (const CMatrix &other)
 
CMatrixoperator*= (const CMatrix &other)
 
CMatrixoperator= (const std::array< std::array< float, Order - 1 >, Order - 1 > &other)
 
bool operator== (const CMatrix< Order > &other) const
 
std::array< float, Order > & operator[] (int index)
 
const std::array< float, Order > & operator[] (int index) const
 
std::array< std::array< float, Order >, Order > & Get ()
 
const std::array< std::array< float, Order >, Order > & Get () const
 
CMatrixInvert ()
 
float * ToRaw ()
 

Protected Member Functions

 ConversionToRGB ()=default
 
- Protected Member Functions inherited from CMatrix< 3 >
std::array< std::array< float, Order >, Order > Invert (std::array< std::array< float, Order >, Order > &other) const
 

Protected Attributes

float a11
 
float a12
 
float a13
 
float CbDen
 
float CrDen
 
- Protected Attributes inherited from CMatrix< 3 >
std::array< std::array< float, Order >, Order > m_mat
 

Constructor & Destructor Documentation

◆ ConversionToRGB() [1/2]

ConversionToRGB::ConversionToRGB ( float Kr,
float Kb )

◆ ~ConversionToRGB()

ConversionToRGB::~ConversionToRGB ( )
overridedefault

◆ ConversionToRGB() [2/2]

ConversionToRGB::ConversionToRGB ( )
protecteddefault

Member Data Documentation

◆ a11

float ConversionToRGB::a11
protected

◆ a12

float ConversionToRGB::a12
protected

◆ a13

float ConversionToRGB::a13
protected

◆ CbDen

float ConversionToRGB::CbDen
protected

◆ CrDen

float ConversionToRGB::CrDen
protected

The documentation for this class was generated from the following files: