mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
edit doctring [ci skip]
This commit is contained in:
parent
68af72bef4
commit
854a0d6044
|
@ -405,9 +405,10 @@ class Color3DLUT(MultibandFilter):
|
|||
a new LUT with altered values.
|
||||
|
||||
:param callback: A function which takes old lookup table values
|
||||
and returns a new. The number of arguments which
|
||||
function should take is ``self.channels`` or
|
||||
``3 + self.channels`` if ``with_normals`` flag is set.
|
||||
and returns a new set of values. The number
|
||||
of arguments which function should take is
|
||||
``self.channels`` or ``3 + self.channels``
|
||||
if ``with_normals`` flag is set.
|
||||
Should return a tuple of ``self.channels`` or
|
||||
``channels`` elements if it is set.
|
||||
:param with_normals: If true, ``callback`` will be called with
|
||||
|
|
Loading…
Reference in New Issue
Block a user