@@ -329,7 +329,7 @@ Value Definitions</h3>
329
329
Three colors form a plane, and the resulting colors
330
330
will lie in the triangle they form on the diagram.
331
331
332
- <figure>
332
+ <figure id="fig-ucs-display-p3" >
333
333
<img src="images/UCS-display-p3.svg"
334
334
width=500 height=464
335
335
alt="uv chromaticity diagram of the display-p3 color space">
@@ -2653,7 +2653,7 @@ HWB Colors: ''hwb()'' function</h2>
2653
2653
2654
2654
HWB colors resolve to sRGB.
2655
2655
2656
- <figure>
2656
+ <figure id="fig-chrome-hwb-picker" >
2657
2657
<img src="images/color-picker.png" width="545" height="309" alt="">
2658
2658
<figcaption>
2659
2659
This is a screenshot of Chrome's color picker,
@@ -3126,7 +3126,7 @@ Device-independent Colors: CIE Lab and LCH, Oklab and Oklch</h2>
3126
3126
and H is the angle from the positive a axis,
3127
3127
towards the positive b axis.
3128
3128
3129
- <figure>
3129
+ <figure id="fig-cie-lch-hues" >
3130
3130
<img src="images/CH-plane-wheel.svg" width="500" height="500">
3131
3131
<figcaption>
3132
3132
This figure shows the L=50 plane of the CIE Lab color space.
@@ -3885,7 +3885,7 @@ The Predefined sRGB Color Space: the ''sRGB'' keyword</h3>
3885
3885
c is the gamma-encoded red, green or blue component.
3886
3886
cl is the corresponding linear-light component.
3887
3887
3888
- <figure>
3888
+ <figure id="fig-srgb-lch" >
3889
3889
<img src="images/sRGB-prim-sec.svg" width=540 height=520
3890
3890
alt="diagram of sRGB primaries and secondaries in LCH">
3891
3891
<figcaption> Visualization of the sRGB color space in LCH. The primaries and secondaries are shown.</figcaption>
@@ -4005,7 +4005,7 @@ The Predefined Display P3 Color Space: the ''display-p3'' keyword</h3>
4005
4005
</tr>
4006
4006
</table>
4007
4007
4008
- <figure>
4008
+ <figure id="fig-displayp3-lch" >
4009
4009
<img src="images/P3-prim-sec.svg" width=580 height=560
4010
4010
alt="diagram of P3 primaries and secondaries in LCH">
4011
4011
<figcaption> Visualization of the P3 color space in LCH.
@@ -4065,7 +4065,7 @@ The Predefined A98 RGB Color Space: the ''a98-rgb'' keyword</h3>
4065
4065
</tr>
4066
4066
</table>
4067
4067
4068
- <figure>
4068
+ <figure id="fig-a89-lch" >
4069
4069
<img src="images/a98-prim-sec.svg" width=640 height=560
4070
4070
alt="diagram of a98 primaries and secondaries in LCH">
4071
4071
<figcaption> Visualization of the A98 color space in LCH.
@@ -4160,7 +4160,7 @@ The Predefined ProPhoto RGB Color Space: the ''prophoto-rgb'' keyword</h3>
4160
4160
c is the gamma-encoded red, green or blue component.
4161
4161
cl is the corresponding linear-light component.
4162
4162
4163
- <figure>
4163
+ <figure id="fig-prophoto-lch" >
4164
4164
<img src="images/prophoto-prim-sec.svg" width=780 height=760
4165
4165
alt="diagram of prophoto primaries and secondaries in LCH">
4166
4166
<figcaption> Visualization of the prophoto-rgb color space in LCH. The primaries and secondaries are shown
@@ -4244,7 +4244,7 @@ The Predefined ITU-R BT.2020-2 Color Space: the ''rec2020'' keyword</h3>
4244
4244
c is the gamma-encoded red, green or blue component.
4245
4245
cl is the corresponding linear-light component.
4246
4246
4247
- <figure>
4247
+ <figure id="fig-rec2020-lch" >
4248
4248
<img src="images/2020-prim-sec.svg" width=670 height=580
4249
4249
alt="diagram of rec2020 primaries and secondaries in LCH">
4250
4250
<figcaption> Visualization of the rec2020 color space in LCH. The primaries and secondaries are shown
@@ -5343,7 +5343,7 @@ Excessive Chroma Reduction</h4>
5343
5343
<div class="example" id="CIELCH-p3-yellow-noclip">
5344
5344
In this example, Display P3 primary yellow (<code> color(display-p3 1 1 0</code> )
5345
5345
has the chroma progressively reduced in CIE LCH color space.
5346
- <figure>
5346
+ <figure id="fig-cielch-p3-yellow-noclip" >
5347
5347
<img src="./images/lab-yellow-LCH-fade.svg" alt="" width="700">
5348
5348
<figcaption>
5349
5349
In the upper part of this diagram,
@@ -5363,7 +5363,7 @@ Excessive Chroma Reduction</h4>
5363
5363
<div class="example" id="Oklch-p3-yellow-noclip">
5364
5364
In this example, Display P3 primary yellow (<code> color(display-p3 1 1 0</code> )
5365
5365
has the chroma progressively reduced, but this time in Oklch color space.
5366
- <figure>
5366
+ <figure id="fig-oklch=pr=yellow-noclip" >
5367
5367
<img src="./images/p3-yellow-oklab.svg" alt="" width="700">
5368
5368
<figcaption>
5369
5369
In the upper part of this diagram,
@@ -5400,7 +5400,7 @@ Chroma Reduction with Local Clipping</h4>
5400
5400
In this example, Display P3 primary yellow (<code> color(display-p3 1 1 0</code> )
5401
5401
has the chroma progressively reduced in CIE LCH color space,
5402
5402
with the local clip modification.
5403
- <figure>
5403
+ <figure id="fig-cielch-p3-yellow-clip" >
5404
5404
<img src="./images/lab-yellow-LCH-clip-fade.svg" alt="" width="700">
5405
5405
<figcaption>
5406
5406
In the upper part of this diagram,
@@ -5421,7 +5421,7 @@ Chroma Reduction with Local Clipping</h4>
5421
5421
In this example, Display P3 primary yellow (<code> color(display-p3 1 1 0</code> )
5422
5422
has the chroma progressively reduced, but this time in Oklch color space
5423
5423
and with the local clip modification.
5424
- <figure>
5424
+ <figure id="fig-oklch-p3-yellow-clip" >
5425
5425
<img src="./images/p3-yellow-oklab-clip.svg" alt="" width="700">
5426
5426
<figcaption>
5427
5427
In the upper part of this diagram,
@@ -5448,7 +5448,7 @@ Deviations from Perceptual Uniformity: Hue Curvature</h4>
5448
5448
for colors in the hue range
5449
5449
270° to 330°.
5450
5450
5451
- <figure>
5451
+ <figure id="fig-cielch-blue-curvature" >
5452
5452
<img src="./images/CIELCH-blue-slice.png" alt="">
5453
5453
<figcaption>
5454
5454
A constant-hue slice of CIE LCH color space,
@@ -5467,7 +5467,7 @@ Deviations from Perceptual Uniformity: Hue Curvature</h4>
5467
5467
avoids this issue
5468
5468
at all hue angles.
5469
5469
5470
- <figure>
5470
+ <figure id="fig-oklch-blue-linearity" >
5471
5471
<img src="./images/OKLCH-blue-slice.png" alt="">
5472
5472
<figcaption>
5473
5473
A constant-hue slice of Oklch color space,
0 commit comments