File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -2292,6 +2292,26 @@ Converting Lab colors to RGB colors</h3>
2292
2292
<li> Convert from linear-light display-p3 to display-p3 (do gamma encoding)
2293
2293
</ol>
2294
2294
2295
+ There is sample JavaScript code for this conversion
2296
+ for various RGB colorspaces, in [[#color-conversion-code]] .
2297
+
2298
+ <h3 id="cmyk-to-lab">
2299
+ Converting CMYK colors to Lab
2300
+ </h3>
2301
+
2302
+ Conversion from a calibrated CMYK colorspace to Lab
2303
+ is typically dones by looking up the Lab values in an ICC profile.
2304
+
2305
+ <h3 id="cmyk-to-lab">
2306
+ Converting Lab colors to CMYK
2307
+ </h3>
2308
+
2309
+ For print,
2310
+ Lab colors will need to be converted
2311
+ to the colorspace of the display.
2312
+
2313
+ This is typically dones by looking up the CMYK values in an ICC profile.
2314
+
2295
2315
<h3 id='lab-to-lch'>
2296
2316
Converting Lab colors to LCH colors</h3>
2297
2317
You can’t perform that action at this time.
0 commit comments