|
117 | 117 | "gamut_space": "srgb", |
118 | 118 |
|
119 | 119 | // Gamut mapping approach |
120 | | - // Supported methods are: `lch-chroma`, `oklch-chroma`, and `clip` (default). |
| 120 | + // Supported methods are: `lch-chroma`, `oklch-chroma`, `oklch-raytrace`, and `clip` (default). |
121 | 121 | // `lch-chroma` was the original default before this was configurable. |
122 | 122 | "gamut_map": "clip", |
123 | 123 |
|
|
135 | 135 | // "ColorHelper.lib.coloraide.spaces.acescc.ACEScc", |
136 | 136 | // "ColorHelper.lib.coloraide.spaces.acescg.ACEScg", |
137 | 137 | // "ColorHelper.lib.coloraide.spaces.acescct.ACEScct", |
138 | | - // "ColorHelper.lib.coloraide.spaces.cam16.CAM16", |
139 | 138 | // "ColorHelper.lib.coloraide.spaces.cam16_jmh.CAM16JMh", |
140 | 139 | // "ColorHelper.lib.coloraide.spaces.cam16_ucs.CAM16UCS", |
141 | 140 | // "ColorHelper.lib.coloraide.spaces.cam16_ucs.CAM16SCD", |
|
149 | 148 | // "ColorHelper.lib.coloraide.spaces.hunter_lab.HunterLab", |
150 | 149 | // "ColorHelper.lib.coloraide.spaces.ictcp.ICtCp", |
151 | 150 | // "ColorHelper.lib.coloraide.spaces.igtgpg.IgTgPg", |
152 | | - // "ColorHelper.lib.coloraide.spaces.itp.ITP", |
| 151 | + // "ColorHelper.lib.coloraide.spaces.ipt.IPT", |
153 | 152 | // "ColorHelper.lib.coloraide.spaces.jzazbz.Jzazbz", |
154 | 153 | // "ColorHelper.lib.coloraide.spaces.jzczhz.JzCzhz", |
155 | 154 | // "ColorHelper.lib.coloraide.spaces.lch99o.LCh99o", |
|
158 | 157 | // "ColorHelper.lib.coloraide.spaces.rec2100_hlg.Rec2100HLG", |
159 | 158 | // "ColorHelper.lib.coloraide.spaces.rec2100_pq.Rec2100PQ", |
160 | 159 | // "ColorHelper.lib.coloraide.spaces.rlab.RLAB", |
| 160 | + // "ColorHelper.lib.coloraide.spaces.ryb.RYB", |
161 | 161 | // "ColorHelper.lib.coloraide.spaces.xyb.XYB", |
162 | 162 | // "ColorHelper.lib.coloraide.spaces.xyy.xyY", |
163 | 163 | "ColorHelper.lib.coloraide.spaces.hsluv.HSLuv", |
|
257 | 257 | "output": [ |
258 | 258 | {"space": "srgb", "format": {"hex": true}}, |
259 | 259 | {"space": "srgb", "format": {"comma": true, "precision": 3}}, |
260 | | - {"space": "hsl", "format": {"comma": true, "precision": 3}} |
| 260 | + {"space": "hsl", "format": {"comma": true, "precision": 3}}, |
| 261 | + {"space": "hwb", "format": {"comma": true, "precision": 3}} |
261 | 262 | ] |
262 | 263 | }, |
263 | 264 | "tmtheme": { |
|
0 commit comments