Next: Color Names, Previous: Color Difference Metrics, Up: Color [Contents][Index]
This package contains the low-level color conversion and color metric routines operating on lists of 3 numbers. There is no type or range checking.
(require 'color-space)
Is the color of 6500.K (blackbody) illumination. D65 is close to the average color of daylight.
Is the color of 5000.K (blackbody) illumination. D50 is the color of indoor lighting by incandescent bulbs.
CIE 1931 illuminants normalized to 1 = y.
The white-point defaults to CIEXYZ:D65.
The XYZ white-point defaults to CIEXYZ:D65.
The integer n must be 10, 12, or 16. Because sRGB and e-sRGB use the same RGB709 chromaticities, conversion between them is simpler than conversion through CIEXYZ.
Do not convert e-sRGB precision through e-sRGB->sRGB
then
sRGB->e-sRGB
– values would be truncated to 8-bits!
The integers n1 and n2 must be 10, 12, or 16.
e-sRGB->e-sRGB
converts srgb to e-sRGB of precision
n2.
Next: Color Names, Previous: Color Difference Metrics, Up: Color [Contents][Index]