Re: [csswg-drafts] [css-color-4] Minimum bit depth for serializing color() values. (#5667)

The way WebKit stores color values isn't necessarily the same as the pixel format used for drawing buffers.

In WebKit, non sRGB color values are stored as float[4]. Drawing buffers might be non-clamped 8-bit, 10-bit, or half-float depending on the platform.

-- 
GitHub Notification of comment by smfr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5667#issuecomment-727253039 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 14 November 2020 19:16:40 UTC