Skip to content

Commit 053b579

Browse files
authored
Added media_white_point (#8829)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
1 parent bca693b commit 053b579

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/reference/ImageCms.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,14 @@ can be easily displayed in a chromaticity diagram, for example).
286286

287287
The value is in the format ``((X, Y, Z), (x, y, Y))``, if available.
288288

289+
.. py:attribute:: media_white_point
290+
:type: tuple[tuple[float, float, float], tuple[float, float, float]] | None
291+
292+
This tag specifies the media white point and is used for
293+
generating absolute colorimetry.
294+
295+
The value is in the format ``((X, Y, Z), (x, y, Y))``, if available.
296+
289297
.. py:attribute:: media_white_point_temperature
290298
:type: float | None
291299

0 commit comments

Comments
 (0)