mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-05 14:10:52 +03:00
edit doctring [ci skip]
This commit is contained in:
parent
daa8e7dacd
commit
d9b8d970b2
|
@ -413,8 +413,8 @@ class Color3DLUT(MultibandFilter):
|
||||||
:param with_normals: If true, ``callback`` will be called with
|
:param with_normals: If true, ``callback`` will be called with
|
||||||
coordinates in the color cube as the first
|
coordinates in the color cube as the first
|
||||||
three arguments. Otherwise, ``callback``
|
three arguments. Otherwise, ``callback``
|
||||||
will be called only with actual values of colors.
|
will be called only with actual color values.
|
||||||
:param channels: Number of colors in the resulted lookup table.
|
:param channels: Number of channels in the resulted lookup table.
|
||||||
:param target_mode: Passed to the constructor of the resulted
|
:param target_mode: Passed to the constructor of the resulted
|
||||||
lookup table.
|
lookup table.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user