X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=d65.h;h=313fa45fdc83fc8a3b1d5f53296f4fbf697bc45b;hp=807c274ece6ce645a4f14b0699e63ae83cf9d37e;hb=34776d3ed2565ee834405e575bf3bfc7f7933e36;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/d65.h b/d65.h index 807c274..313fa45 100644 --- a/d65.h +++ b/d65.h @@ -1,6 +1,8 @@ #ifndef _MOVIT_D65_H #define _MOVIT_D65_H 1 +namespace movit { + // The D65 illuminant, which is the standard white point (ie. what you should get // for R=G=B=1) for almost all video color spaces in common use. It has a color // temperature roughly around 6500 K, which is sort of bluish; it is intended to @@ -14,5 +16,7 @@ static const double d65_X = d65_x / d65_y; static const double d65_Y = 1.0; static const double d65_Z = d65_z / d65_y; +} // namespace movit + #endif // !defined(_MOVIT_D65_H)