Re: [css4-color] Make the r/g/b components be <number> rather than <integer>?

sRGB is a simplistic profile. It's gamma correction + a simple translate
function. Clamping to [0..1] is part of the definition (see
http://en.wikipedia.org/wiki/SRGB)
I can see how this would make it tempting to just remove the clamp so you
can get to XYZ that is outside of the regular gamut.

The problem with this is:
a. This is breaking the profile math.  Are all out of gamut colors possible
or only a subsection?
b. Colors with out of gamut colors will display different than they print
c. What if we want to improve color on the web later on? sRGB used to make
sense but current displays are capable of a wider gamut (ie Super OLED)
which currently goes unused (or abused to show colors that are too
vibrant). New displays will probably have table based profiles where
negative input make no sense.

I think point c is most important.

Rik

On Tue, Jun 12, 2012 at 4:19 AM, Boris Zbarsky <bzbarsky@mit.edu> wrote:

> On 6/9/12 2:38 PM, Rik Cabanier wrote:
>
>> wow. That's absolutely terrible.
>> Can this be changed?
>>
>
> What exactly is terrible, and what change would you like to see?
>
> -Boris
>
>

Received on Friday, 15 June 2012 18:24:50 UTC