You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example color(display-p3 0 1.5 0) is color(rec2020 0.7082 1.528 0.1721) and this ,correctly,gets gamut mapped because Rec BT.2020 is an SDR colorspace.
But color(rec2100-linear 0.5039 2.389 0.0447) should not be gamut mapped, it is an HDR space where (1 1 1) is SDR white and HDR colors have one or more components above 1.
I suspect this is because rec2100-linear is inheriting too much from the implementation of rec2020-linear.
The text was updated successfully, but these errors were encountered:
For example
color(display-p3 0 1.5 0)
iscolor(rec2020 0.7082 1.528 0.1721)
and this ,correctly,gets gamut mapped because Rec BT.2020 is an SDR colorspace.But
color(rec2100-linear 0.5039 2.389 0.0447)
should not be gamut mapped, it is an HDR space where (1 1 1) is SDR white and HDR colors have one or more components above1
.I suspect this is because
rec2100-linear
is inheriting too much from the implementation ofrec2020-linear
.The text was updated successfully, but these errors were encountered: