mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +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
|
:param rawmode: The mode in which to return the palette. ``None`` will
|
||||||
return the palette in its current mode.
|
return the palette in its current mode.
|
||||||
|
|
||||||
|
.. versionadded:: 9.1.0
|
||||||
|
|
||||||
:returns: A list of color values [r, g, b, ...], or None if the
|
:returns: A list of color values [r, g, b, ...], or None if the
|
||||||
image has no palette.
|
image has no palette.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user