Re: [csswg-drafts] [css-color-4] extend rgb() for HDR

> I'm aware that canvas will use a half-float linear sRGB

IIUC canvas will not use linear sRGB space. Rather, it will use the extended-sRGB transfer function. This is much better for adoption and compatibility, and has less surprise.

With a linear-transfer-function space for canvas, adding WCG or HDR support requires a full application. With extended-sRGB-transfer-function space, WCG and HDR can be added with no side-effects.

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

Received on Saturday, 3 November 2018 17:44:03 UTC