#include "ColourSystem.h"
Include dependency graph for ColourSystem.cc:
Go to the source code of this file.
Functions | |||
![]() | ![]() | const Chroma | csIllumA (0.448, 0.407) |
![]() | ![]() | const Chroma | csIllumB (0.348, 0.352) |
![]() | ![]() | const Chroma | csIllumC (0.3101, 0.3162) |
![]() | ![]() | const Chroma | csIllumD55 (0.332, 0.348) |
![]() | ![]() | const Chroma | csIllumD65 (0.3127, 0.3291) |
![]() | ![]() | const Chroma | csIllumD75 (0.299, 0.315) |
![]() | ![]() | const Chroma | csIllumE (0.3333333, 0.3333333) |
![]() | ![]() | const ClrReal | csMaxLum (683.0) |
![]() | ![]() | const ClrReal | csWhiteLum (179.0) |
![]() | ![]() | const ClrReal | csD65Lum (203.0) |
![]() | ![]() | const ClrReal | csALum (160.0) |
![]() | ![]() | const ClrReal | csBLum (208.0) |
![]() | ![]() | ColourSystem | csNTSC ( Chroma(0.67, 0.33), Chroma(0.21, 0.71), Chroma(0.14, 0.08), Chroma(0.310, 0.316) ) |
![]() | ![]() | ColourSystem | csPAL_SECAM ( Chroma(0.64, 0.33), Chroma(0.29, 0.60), Chroma(0.15, 0.06), Chroma(0.313, 0.329) ) |
![]() | ![]() | ColourSystem | csEBU ( Chroma(0.640, 0.330), Chroma(0.300, 0.600), Chroma(0.150, 0.060), Chroma(0.3127, 0.3290) ) |
![]() | ![]() | ColourSystem | csSMPTE ( Chroma(0.630, 0.340), Chroma(0.310, 0.595), Chroma(0.155, 0.070), csIllumD65 ) |
![]() | ![]() | ColourSystem | csShortPersistencePhosphors ( Chroma(0.61, 0.35), Chroma(0.29, 0.59), Chroma(0.15, 0.063), csIllumC ) |
![]() | ![]() | ColourSystem | csLongPersistencePhosphors ( Chroma(0.62, 0.33), Chroma(0.21, 0.685), Chroma(0.15, 0.063), csIllumC ) |
![]() | ![]() | ColourSystem | csDellPhosphors ( Chroma(0.625, 0.340), Chroma(0.275, 0.605), Chroma(0.150, 0.065), csIllumD65 ) |
Variables | |||
![]() | ![]() | ColourSystem& | csDisplay = csEBU |
const ClrReal csALum (160. 0) |
const ClrReal csBLum (208. 0) |
const ClrReal csD65Lum (203. 0) |
ColourSystem csDellPhosphors (Chroma(0.625,0.340), Chroma(0.275,0.605), Chroma(0.150,0.065), csIllumD65) |
ColourSystem csEBU (Chroma(0.640,0.330), Chroma(0.300,0.600), Chroma(0.150,0.060), Chroma(0.3127,0.3290)) |
const Chroma csIllumA (0. 448, 0. 407) |
const Chroma csIllumB (0. 348, 0. 352) |
const Chroma csIllumC (0. 3101, 0. 3162) |
const Chroma csIllumD55 (0. 332, 0. 348) |
const Chroma csIllumD65 (0. 3127, 0. 3291) |
const Chroma csIllumD75 (0. 299, 0. 315) |
const Chroma csIllumE (0. 3333333, 0. 3333333) |
ColourSystem csLongPersistencePhosphors (Chroma(0.62,0.33), Chroma(0.21,0.685), Chroma(0.15,0.063), csIllumC) |
const ClrReal csMaxLum (683. 0) |
ColourSystem csNTSC (Chroma(0.67,0.33), Chroma(0.21,0.71), Chroma(0.14,0.08), Chroma(0.310,0.316)) |
ColourSystem csPAL_SECAM (Chroma(0.64,0.33), Chroma(0.29,0.60), Chroma(0.15,0.06), Chroma(0.313,0.329)) |
ColourSystem csSMPTE (Chroma(0.630,0.340), Chroma(0.310,0.595), Chroma(0.155,0.070), csIllumD65) |
ColourSystem csShortPersistencePhosphors (Chroma(0.61,0.35), Chroma(0.29,0.59), Chroma(0.15,0.063), csIllumC) |
const ClrReal csWhiteLum (179. 0) |
ColourSystem & csDisplay = csEBU |
Definition at line 302 of file ColourSystem.cc.