-
Converting [`oklab(0 0 0)`](https://colorjs.io/apps/convert/?color=oklab(0%200%200)&precision=6) to ACEScc returns `color(acescc -0.3584 -0.3584 -0.3584)` which it says has been gamut mapped. The un-g…
-
As part of [adding wide gamut color support to Flutter](https://github.com/flutter/flutter/issues/127855) I'm looking to migrate [Color](https://api.flutter.dev/flutter/dart-ui/Color-class.html) to ho…
-
https://github.com/ampas/aces-dev/blob/v2-dev-release/lib/Lib.Academy.OutputTransform.ctl#L919
This conditional sets M to zero for two distinct reasons:
1. Values of J above the limit, which was…
-
Separating the action item "ccameron: review gamut mapping algorithms" [from here](https://github.com/w3c/csswg-drafts/issues/9449#issuecomment-2162711081) into a new issue. Tagging in @foolip @LeaVer…
-
We currently have the [`color-gamut` media query](https://drafts.csswg.org/mediaqueries-4/#color-gamut). While generally useful, this is a rather crude measure of the output device's gamut, and curren…
-
aka the MacAdam Limit https://en.wikipedia.org/wiki/Gamut#Surfaces
My use case is visualizing the visible gamut, but I suspect there are others (e.g., alerting CSS authors that a color is not only ou…
eeeps updated
5 months ago
-
Steps to reproduce:
1. Paste `0067E2` into RGB
Expected:
- OkLCH has something like `oklch(54% 0.20 258)`
Actual:
- OkLCH has `oklch(54.12% 0.203760003850602 258.38835815691493)`
![S…
-
I know this is a bit of a niche use case, as it would be mainly used by CG artists.
[Pointer's Gamut](https://tftcentral.co.uk/articles/pointers_gamut) is based on a large dataset of colors found i…
-
Current implementations clip out of gamut colors, which happens to produce darker but more vibrant colors in some cases.
This can easily be seen as a feature instead of a bug.
_The current speci…
-
https://github.com/web-platform-tests/wpt/blob/6018167f38e7d5c98ba131b66bc75a67643b662e/css/css-color/parsing/relative-color-out-of-gamut.html#L24-L52
When verifying various tests for css-color I n…