#include "Colour.h"
#include "Geometry.h"
#include "VecUtil.h"
Include dependency graph for ColourSystem.h:
Go to the source code of this file.
Compounds | |||
![]() | ![]() | class | ColourSystem |
Typedefs | |||
![]() | ![]() | typedef Vec2f | Chroma |
Variables | |||
![]() | ![]() | ColourSystem& | csDisplay = csEBU |
![]() | ![]() | const Chroma | csIllumA |
![]() | ![]() | const Chroma | csIllumB |
![]() | ![]() | const Chroma | csIllumC |
![]() | ![]() | const Chroma | csIllumD55 |
![]() | ![]() | const Chroma | csIllumD65 |
![]() | ![]() | const Chroma | csIllumD75 |
![]() | ![]() | const Chroma | csIllumE |
![]() | ![]() | const ClrReal | csMaxLum |
![]() | ![]() | const ClrReal | csWhiteLum |
![]() | ![]() | const ClrReal | csD65Lum |
![]() | ![]() | const ClrReal | csALum |
![]() | ![]() | const ClrReal | csBLum |
![]() | ![]() | ColourSystem | csNTSC |
![]() | ![]() | ColourSystem | csPAL_SECAM |
![]() | ![]() | ColourSystem | csEBU |
![]() | ![]() | ColourSystem | csSMPTE |
![]() | ![]() | ColourSystem | csShortPersistencePhosphors |
![]() | ![]() | ColourSystem | csLongPersistencePhosphors |
![]() | ![]() | ColourSystem | csDellPhosphors |
typedef Vec2f Chroma |
Definition at line 19 of file ColourSystem.h.
const ClrReal csALum |
Definition at line 92 of file ColourSystem.h.
const ClrReal csBLum |
Definition at line 93 of file ColourSystem.h.
const ClrReal csD65Lum |
Definition at line 91 of file ColourSystem.h.
ColourSystem csDellPhosphors |
Definition at line 103 of file ColourSystem.h.
ColourSystem & csDisplay = csEBU |
Definition at line 76 of file ColourSystem.h.
ColourSystem csEBU |
Definition at line 99 of file ColourSystem.h.
const Chroma csIllumA |
Definition at line 79 of file ColourSystem.h.
const Chroma csIllumB |
Definition at line 80 of file ColourSystem.h.
const Chroma csIllumC |
Definition at line 81 of file ColourSystem.h.
const Chroma csIllumD55 |
Definition at line 82 of file ColourSystem.h.
const Chroma csIllumD65 |
Definition at line 83 of file ColourSystem.h.
const Chroma csIllumD75 |
Definition at line 84 of file ColourSystem.h.
const Chroma csIllumE |
Definition at line 85 of file ColourSystem.h.
ColourSystem csLongPersistencePhosphors |
Definition at line 102 of file ColourSystem.h.
const ClrReal csMaxLum |
Definition at line 89 of file ColourSystem.h.
ColourSystem csNTSC |
Definition at line 97 of file ColourSystem.h.
ColourSystem csPAL_SECAM |
Definition at line 98 of file ColourSystem.h.
ColourSystem csSMPTE |
Definition at line 100 of file ColourSystem.h.
ColourSystem csShortPersistencePhosphors |
Definition at line 101 of file ColourSystem.h.
const ClrReal csWhiteLum |
Definition at line 90 of file ColourSystem.h.