-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interesttopic: canvas
Description
What is the issue with the HTML Standard?
The rec2100-linear is an extremely useful space for canvas applications that use floating-point color values, and should be added to PredefinedColorSpace
. It is wide gamut, can be used with HDR, and is a linear space (which is particularly useful for physically based rendering applications).
It lines up with kCGColorSpaceExtendedLinearITUR_2020 and with VK_COLOR_SPACE_BT2020_LINEAR_EXT.
This space (and the other predefined spaces) all share the same white. So, in particular, [1,1,1]
in rec2100-linear
is to match white
. This is described in the converting colors section, but it's worth pointing out here.
svgeesus
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interesttopic: canvas