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
</code></pre></div><h2id=gamut_map><code>gamut_map</code><aclass=headerlinkhref=#gamut_maptitle="Permanent link"></a></h2><divclass="admonition new"><pclass=admonition-title>New in 6.2.0</p></div><p>Select the gamut mapping approach used when displaying previews or when cohering colors into a specific gamut anywhere else in the code.</p><divclass=highlight><pre><span></span><code><spanclass=w></span><spanclass=c1>// Gamut mapping approach</span>
33
-
<spanclass=w></span><spanclass=c1>// Supported methods are: `lch-chroma`, `oklch-chroma`, `oklch-raytrace`, and `clip` (default).</span>
33
+
<spanclass=w></span><spanclass=c1>// Supported methods are: `lch-chroma`, `oklch-chroma`, `raytrace`, and `clip` (default).</span>
34
34
<spanclass=w></span><spanclass=c1>// `lch-chroma` was the original default before this was configurable.</span>
35
+
<spanclass=w></span><spanclass=c1>// If you need to set options within the gamut mapping, you can use a dictionary:</span>
0 commit comments