mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-06 06:03:14 +03:00
Added media_white_point (#8829)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
This commit is contained in:
parent
bca693bd82
commit
053b5790e1
|
@ -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.
|
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
|
.. py:attribute:: media_white_point_temperature
|
||||||
:type: float | None
|
:type: float | None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user