mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Added versionadded
This commit is contained in:
parent
c5efe60c37
commit
33022eef16
|
@ -37,11 +37,14 @@ from ._binary import o16le as o16
|
|||
|
||||
|
||||
class ModeStrategy(IntEnum):
|
||||
""".. versionadded:: 9.1.0"""
|
||||
|
||||
AFTER_FIRST = 0
|
||||
ALWAYS = 1
|
||||
DIFFERENT_PALETTE_ONLY = 2
|
||||
|
||||
|
||||
#: .. versionadded:: 9.1.0
|
||||
PALETTE_TO_RGB = ModeStrategy.AFTER_FIRST
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user