mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Record the version the rawmode argument was added
This commit is contained in:
parent
6be87277f7
commit
da451e5bea
|
@ -1407,6 +1407,9 @@ class Image:
|
|||
|
||||
:param rawmode: The mode in which to return the palette. ``None`` will
|
||||
return the palette in its current mode.
|
||||
|
||||
.. versionadded:: 9.1.0
|
||||
|
||||
:returns: A list of color values [r, g, b, ...], or None if the
|
||||
image has no palette.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user