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
[css-color-4] Corrections for Raytrace GMA #14029 (#14080)
1. Sign was wrong on delta threshold within the ray trace pseudocode:
`<` should have been `>`.
2. Update gamut surface distance threshold from `1e-6` to `1e-12` which
allows for better hue preservation in certain cases when using
64-bit unit types.
3. Values are presented from the 64-bit perspective, footnotes should
clarify this and offer proper 32-bit values as well. This should be
done for both the ray trace delta threshold and the gamut surface
distance threshold.
4. Update `clip(|current|)` to `clip(|origin_rgb|)` as `current`
doesn't exist in the context of the pseudocode.
0 commit comments