mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Added PA mode to docs [ci skip]
This commit is contained in:
parent
e131fa22e2
commit
8be6609243
|
@ -210,9 +210,9 @@ Instances of the :py:class:`Image` class have the following attributes:
|
||||||
|
|
||||||
.. py:attribute:: palette
|
.. py:attribute:: palette
|
||||||
|
|
||||||
Colour palette table, if any. If mode is “P”, this should be an instance of
|
Colour palette table, if any. If mode is "P" or "PA", this should be an
|
||||||
the :py:class:`~PIL.ImagePalette.ImagePalette` class. Otherwise, it should
|
instance of the :py:class:`~PIL.ImagePalette.ImagePalette` class.
|
||||||
be set to ``None``.
|
Otherwise, it should be set to ``None``.
|
||||||
|
|
||||||
:type: :py:class:`~PIL.ImagePalette.ImagePalette` or ``None``
|
:type: :py:class:`~PIL.ImagePalette.ImagePalette` or ``None``
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user