MythTV  master
Classes | Typedefs
mythcolourspace.h File Reference
#include <array>
#include <QMatrix4x4>
#include "mythuiexp.h"
Include dependency graph for mythcolourspace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythColourSpace
 

Typedefs

using MythPrimaryFloat = std::array< float, 2 >
 
using MythPrimariesFloat = std::array< MythPrimaryFloat, 3 >
 
using MythPrimaryUInt16 = std::array< uint16_t, 2 >
 
using MythPrimariesUInt16 = std::array< MythPrimaryUInt16, 3 >
 

Typedef Documentation

◆ MythPrimaryFloat

using MythPrimaryFloat = std::array<float,2>

Definition at line 13 of file mythcolourspace.h.

◆ MythPrimariesFloat

using MythPrimariesFloat = std::array<MythPrimaryFloat,3>

Definition at line 14 of file mythcolourspace.h.

◆ MythPrimaryUInt16

using MythPrimaryUInt16 = std::array<uint16_t,2>

Definition at line 15 of file mythcolourspace.h.

◆ MythPrimariesUInt16

using MythPrimariesUInt16 = std::array<MythPrimaryUInt16,3>

Definition at line 16 of file mythcolourspace.h.