- From: Chris Lilley <notifications@github.com>
- Date: Thu, 29 Nov 2018 13:30:04 -0800
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 November 2018 21:30:29 UTC
OK so of the three ways to do it: a) extend sRGB function by not clamping to [0,1] b) extend sRGB function by mirroring about 0 c) use a linear function, and more bits this proposal is using b). This means it is well defined above 1 and below 0, can represent wider gamut colors that require a negative component value (typically red), and can represent a modest increase in maximum linear component value (the curve flattens off after 1). This is probably enough to deal with WCG and _may_ be enough to deal with HDR. Please put that description into the proposal. > This means that any program that was written in the sRGB color space can be changed to use the Extended-sRGB color space with no extra modifications. With _few_ modifications: - remove any clamping of out of range colors - use a higher bit depth -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/315#issuecomment-443000063
Received on Thursday, 29 November 2018 21:30:29 UTC