|
117 | 117 | "gamut_space": "srgb", |
118 | 118 |
|
119 | 119 | // Gamut mapping approach |
120 | | - // Supported methods are: `lch-chroma`, `oklch-chroma`, `oklch-raytrace`, and `clip` (default). |
| 120 | + // Supported methods are: `lch-chroma`, `oklch-chroma`, `raytrace`, and `clip` (default). |
121 | 121 | // `lch-chroma` was the original default before this was configurable. |
| 122 | + // If you need to set options within the gamut mapping, you can use a dictionary: |
| 123 | + // `{"method": "raytrace", "pspace": "oklch"}` |
122 | 124 | "gamut_map": "clip", |
123 | 125 |
|
124 | 126 | ////////////////// |
|
135 | 137 | // "ColorHelper.lib.coloraide.spaces.acescc.ACEScc", |
136 | 138 | // "ColorHelper.lib.coloraide.spaces.acescg.ACEScg", |
137 | 139 | // "ColorHelper.lib.coloraide.spaces.acescct.ACEScct", |
138 | | - // "ColorHelper.lib.coloraide.spaces.cam16_jmh.CAM16JMh", |
| 140 | + // "ColorHelper.lib.coloraide.spaces.cam16.CAM16JMh", |
139 | 141 | // "ColorHelper.lib.coloraide.spaces.cam16_ucs.CAM16UCS", |
140 | 142 | // "ColorHelper.lib.coloraide.spaces.cam16_ucs.CAM16SCD", |
141 | 143 | // "ColorHelper.lib.coloraide.spaces.cam16_ucs.CAM16LCD", |
| 144 | + // "ColorHelper.lib.coloraide.spaces.cam02.CAM02JMh", |
| 145 | + // "ColorHelper.lib.coloraide.spaces.cam02_ucs.CAM02UCS", |
| 146 | + // "ColorHelper.lib.coloraide.spaces.cam02_ucs.CAM02SCD", |
| 147 | + // "ColorHelper.lib.coloraide.spaces.cam02_ucs.CAM02LCD", |
| 148 | + // "ColorHelper.lib.coloraide.spaces.zcam.ZCAMJMh", |
| 149 | + // "ColorHelper.lib.coloraide.spaces.hellwig.HellwigJMh", |
| 150 | + // "ColorHelper.lib.coloraide.spaces.hellwig.HellwigHKJMh", |
142 | 151 | // "ColorHelper.lib.coloraide.spaces.cmy.CMY", |
143 | 152 | // "ColorHelper.lib.coloraide.spaces.cmyk.CMYK", |
144 | 153 | // "ColorHelper.lib.coloraide.spaces.din99o.DIN99o", |
145 | 154 | // "ColorHelper.lib.coloraide.spaces.hct.HCT", |
146 | 155 | // "ColorHelper.lib.coloraide.spaces.hpluv.HPLuv", |
147 | 156 | // "ColorHelper.lib.coloraide.spaces.hsi.HSI", |
148 | 157 | // "ColorHelper.lib.coloraide.spaces.hunter_lab.HunterLab", |
149 | | - // "ColorHelper.lib.coloraide.spaces.ictcp.ICtCp", |
| 158 | + // "ColorHelper.lib.coloraide.spaces.ictcp.css.ICtCp", |
150 | 159 | // "ColorHelper.lib.coloraide.spaces.igtgpg.IgTgPg", |
151 | 160 | // "ColorHelper.lib.coloraide.spaces.ipt.IPT", |
152 | | - // "ColorHelper.lib.coloraide.spaces.jzazbz.Jzazbz", |
153 | | - // "ColorHelper.lib.coloraide.spaces.jzczhz.JzCzhz", |
| 161 | + // "ColorHelper.lib.coloraide.spaces.jzazbz.css.Jzazbz", |
| 162 | + // "ColorHelper.lib.coloraide.spaces.jzczhz.css.JzCzhz", |
154 | 163 | // "ColorHelper.lib.coloraide.spaces.lch99o.LCh99o", |
155 | 164 | // "ColorHelper.lib.coloraide.spaces.orgb.oRGB", |
156 | 165 | // "ColorHelper.lib.coloraide.spaces.prismatic.Prismatic", |
|
160 | 169 | // "ColorHelper.lib.coloraide.spaces.ryb.RYB", |
161 | 170 | // "ColorHelper.lib.coloraide.spaces.xyb.XYB", |
162 | 171 | // "ColorHelper.lib.coloraide.spaces.xyy.xyY", |
| 172 | + // "ColorHelper.lib.coloraide.spaces.oklrab.Oklrab", |
| 173 | + // "ColorHelper.lib.coloraide.spaces.oklrch.OkLrCh", |
163 | 174 | "ColorHelper.lib.coloraide.spaces.hsluv.HSLuv", |
164 | 175 | "ColorHelper.lib.coloraide.spaces.lchuv.LChuv", |
165 | 176 | "ColorHelper.lib.coloraide.spaces.luv.Luv", |
|
220 | 231 | "color_classes": { |
221 | 232 | "css-level-4": { |
222 | 233 | "filters": [ |
223 | | - "srgb", "hsl", "hwb", "lch", "lab", "display-p3", "rec2020", |
| 234 | + "srgb", "hsl", "hwb", "lch", "lab", "display-p3", "display-p3-linear", "rec2020", |
224 | 235 | "prophoto-rgb", "a98-rgb", "xyz-d65", "xyz-d50", "srgb-linear", |
225 | 236 | "oklab", "oklch" |
226 | 237 | ], |
|
231 | 242 | {"space": "hwb", "format": {"comma": false}}, |
232 | 243 | {"space": "a98-rgb", "format": {}}, |
233 | 244 | {"space": "display-p3", "format": {}}, |
| 245 | + {"space": "display-p3-linear", "format": {}}, |
234 | 246 | {"space": "prophoto-rgb", "format": {}}, |
235 | 247 | {"space": "rec2020", "format": {}}, |
236 | 248 | {"space": "srgb-linear", "format": {}}, |
|
0 commit comments