|
static const ColorValue | sA_XYZ = ColorValue( 1.09850, 1.00000, 0.35585, TYPE_XYZ ) |
| XYZ values of the "A" reference illuminant Tungsten or incandescent, 2856 K.
|
|
static const ColorValue | sB_XYZ = ColorValue( 0.99072, 1.00000, 0.85223, TYPE_XYZ ) |
| XYZ values of the "B" reference illuminant Direct sunlight at noon, 4874 K (obsolete)
|
|
static const ColorValue | sC_XYZ = ColorValue( 0.98074, 1.00000, 1.18232, TYPE_XYZ ) |
| XYZ values of the "C" reference illuminant North sky daylight, 6774K.
|
|
static const ColorValue | sD50_XYZ = ColorValue( 0.96422, 1.00000, 0.82521, TYPE_XYZ ) |
| XYZ values of D50 reference illuminant Daylight, used for color rendering, 5000K.
|
|
static const ColorValue | sD55_XYZ = ColorValue( 0.95682, 1.00000, 0.92149, TYPE_XYZ ) |
| XYZ values of D55 reference illuminant Daylight, used for photography, 5500K.
|
|
static const ColorValue | sD65_XYZ = ColorValue( 0.95047, 1.00000, 1.08883, TYPE_XYZ ) |
| XYZ values of D65 reference illuminant New version of orth sky daylight, 6504K.
|
|
static const ColorValue | sD75_XYZ = ColorValue( 0.94972, 1.00000, 1.22638, TYPE_XYZ ) |
| XYZ values of D75 reference illuminant Daylight, 7500K.
|
|
static const ColorValue | sD93_XYZ = ColorValue( 0.97135, 1.00000, 1.43929, TYPE_XYZ ) |
| XYZ values of D93 reference illuminant High efficiency blue phosphor monitors, 9300K.
|
|
static const ColorValue | sE_XYZ = ColorValue( 1.00000, 1.00000, 1.00000, TYPE_XYZ ) |
| XYZ values of the "E" reference illuminant Uniform energy, 5400K.
|
|
static const ColorValue | sF2_XYZ = ColorValue( 0.99186, 1.00000, 0.67393, TYPE_XYZ ) |
| XYZ values of the "F2" reference illuminant Cool white fluorescent, 4200K.
|
|
static const ColorValue | sF7_XYZ = ColorValue( 0.95041, 1.00000, 1.08747, TYPE_XYZ ) |
| XYZ values of the "F7" reference illuminant Broad-band daylight fluorescent, 6500K.
|
|
static const ColorValue | sF11_XYZ = ColorValue( 1.00962, 1.00000, 0.64350, TYPE_XYZ ) |
| XYZ values of the "F11" reference illuminant Narrow-band white fluorescent, 4000K.
|
|
static const ColorValue | sPrintWhite_XYZ = ColorValue( 0.79489, 0.82172, 0.72894, TYPE_XYZ ) |
| XYZ values of the reference illuminant used in printing Narrow-band white fluorescent, 5200K.
|
|
static const double | sDifferenceThreshold |
| minimum difference between two color components
|
|
static const double | sKappa = 24389.0 / 27.0 |
| cte in conversion XYZ to Lab or Luv (see Lindbloom)
|
|
static const double | sEpsilon = 216.0 / 24389.0 |
| cte in conversion XYZ to Lab or Luv (see Lindbloom)
|
|
static const double | sMatchingFunctionCIEx [] |
| CIE standard observer function for x. More...
|
|
static const double | sMatchingFunctionCIEy [] |
| CIE standard observer function for y. More...
|
|
static const double | sMatchingFunctionCIEz [] |
| CIE standard observer function for z. More...
|
|
static const double | sD50IlluminantSpectrum [] |
| spectral power distribution of D50 between 380nm and 770 nm with steps 10 nm More...
|
|
static const double | sD65IlluminantSpectrum [] |
| spectral power distribution of D65 between 380nm and 770 nm with steps 10 nm More...
|
|
static const double | sAIlluminantSpectrum [] |
| spectral power distribution of A between 380nm and 770 nm with steps 10 nm More...
|
|
static const double | sSpectralNormalizationConstantD50 = 1050.565971 |
| is for D50 in fact sum_i ( sMatchingFunctionCIEy[i] x sD50Illuminant[i] )
|
|
static const double | sSpectralNormalizationConstantD65 = 1056.807083 |
| is for D65 in fact sum_i ( sMatchingFunctionCIEy[i] x sD50Illuminant[i] )
|
|
static const int | sMinimumWavelength = 380 |
| minimum wavelength for which we have reference values
|
|
static const int | sMaximumWavelength = 770 |
| maximum wavelength for which we have reference values
|
|
static const int | sWavelengthStepSize = 10 |
| wavelength step size
|
|
usefull constants related to color and color spaces * References: reference white points: http://www.digitalcolour.org/toolbox.htm Illuminants: Danny Pascale. "A Review of RGB color spaces". (Babel Color). http://www.babelcolor.com/download/A review of RGB color spaces.pdf