Re: CIE color definitions in CSS3 color module

There may be accessibility situations when color metric operations use xyz color space; having CSS accept xyz would numeric precision and abstract away expensive computing and delegate calibration. Currently, running  xyz to hsl in js takes extra cycles.

There were similar benefits when hsl was added.

Is there a downside to supporting xyz() in CSS colors?




On Sep 11, 2010, at 4:09 PM, alexis.shaw@gmail.com wrote:

> There are well defined algorithms as to how to deal with colours that are out of the displayable range of sRGB, and many browsers are now working on making color calibration available, XYZ can display all colours that the human eye can see/percieve. and more.
> 
> I am well aware of this fact.
> 
> On Sep 12, 2010 12:38am, Alan Gresley <alan@css-class.com> wrote:
> > Alexis Shaw wrote:
> > 
> > 
> > I wish to propose the following types of color definitions.
> > 
> > 
> > 
> > A CIE XYZ color definition.
> > 
> > 
> > 
> > xyz(x, y, z) where x, y and z are the floating point values of the CIE 1931
> > 
> > XYZ color space
> > 
> > along with the corresponding
> > 
> > xyza(x, y, z, a)
> > 
> > 
> > 
> > 
> > 
> > 
> > CIE xyz color space is outside sRGA color space [1], or is other words can not be created by a display device such as a monitor. There is a good video that illustrates the difference [2]. A good article with good illustrations is found here [3].
> > 
> > 
> > 
> > 
> > 
> > 1. http://en.wikipedia.org/wiki/SRGB>
> > 
> > 2. http://www.youtube.com/watch?v=x0-qoXOCOow>>
> > 
> > 3. http://en.wikipedia.org/wiki/HSL_color_space>
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > -- 
> > 
> > Alan http://css-class.com/
> > 
> > 
> > 
> > Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
> >

Received on Saturday, 11 September 2010 23:36:13 UTC