Re: [css-color] . 12-Bit deep color support.

09.12.2013, 17:45, "Simon Sapin" <simon.sapin@exyr.org>:
> Actually, CSS colors are not defined to be 8 bits. You can already use
> non-integer percentage (with any number of digits after the decimal
> point) in rgb() and rgba(). The exact rounding behavior and precision is
> left to the browser to decide.

A sort of advantage of existing hex notation and its direct [in fact] mapping to 8-bit-per-channel color depth is that web-developer can be specify an _exact_ color, not some approximate one. It may be nice to still have ability to specify an exact color for more deep color spaces.

Received on Monday, 9 December 2013 16:44:19 UTC