Skip to content

Commit dd7cf13

Browse files
committed
[css-color-4][editorial] dd informative references for gma implementations
1 parent e01f463 commit dd7cf13

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

css-color-4/Overview.bs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ spec: css-ui-4; type: property; text: accent-color
121121
"authors": ["Isaac Muse"],
122122
"href": "https://facelessuser.github.io/coloraide/gamut/#ray-tracing-chroma-reduction"
123123
},
124+
"Coloraide-MINDE": {
125+
"title": "OkLCh Chroma",
126+
"date": "2024",
127+
"authors": ["Isaac Muse"],
128+
"href": "https://facelessuser.github.io/coloraide/gamut/#oklch-chroma"
129+
},
124130
"colorjs-EdgeSeeker": {
125131
"title": "EdgeSeeker Gamut Mapping algorithm",
126132
"date": "2023",
@@ -132,6 +138,12 @@ spec: css-ui-4; type: property; text: accent-color
132138
"date": "2023",
133139
"authors": ["Isaac Muse"],
134140
"href": "https://github.com/color-js/apps/blob/2c7346dd00855f7b82eb4c7527355a09b84beeb3/gamut-mapping/methods.js#L273"
141+
},
142+
"colorjs-MINDE": {
143+
"title": "Gamut mapping",
144+
"authors": ["Chris Lilley"],
145+
"date": "2022",
146+
"href": "https://colorjs.io/docs/gamut-mapping"
135147
}
136148
}
137149
</pre>
@@ -5874,6 +5886,12 @@ CSS Gamut Mapping to an RGB Destination</h3>
58745886
using deltaEOK,
58755887
one JND is 100 times smaller.
58765888

5889+
Note: for the purposes of experimentation,
5890+
and comparing implementations,
5891+
implementations of the Binary Search with Local MINDE algorithm are available
5892+
in the Coloriade library (in Python) [[Coloraide-MINDE]]
5893+
and the color.js library (in JavaScript) [[colorjs-MINDE]].
5894+
58775895
<h4 id="pseudo-binsearch">
58785896
Sample Pseudocode for the Binary Search Gamut Mapping with Local MINDE</h4>
58795897

0 commit comments

Comments
 (0)