Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/reference/ImageCms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,14 @@ can be easily displayed in a chromaticity diagram, for example).

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

.. py:attribute:: media_white_point
:type: tuple[tuple[float, float, float], tuple[float, float, float]] | None

This tag specifies the media white point and is used for
generating absolute colorimetry.

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

.. py:attribute:: media_white_point_temperature
:type: float | None

Expand Down