mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 03:21:44 +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.
|
a new LUT with altered values.
|
||||||
|
|
||||||
:param callback: A function which takes old lookup table values
|
:param callback: A function which takes old lookup table values
|
||||||
and returns a new. The number of arguments which
|
and returns a new set of values. The number
|
||||||
function should take is ``self.channels`` or
|
of arguments which function should take is
|
||||||
``3 + self.channels`` if ``with_normals`` flag is set.
|
``self.channels`` or ``3 + self.channels``
|
||||||
|
if ``with_normals`` flag is set.
|
||||||
Should return a tuple of ``self.channels`` or
|
Should return a tuple of ``self.channels`` or
|
||||||
``channels`` elements if it is set.
|
``channels`` elements if it is set.
|
||||||
:param with_normals: If true, ``callback`` will be called with
|
:param with_normals: If true, ``callback`` will be called with
|
||||||
|
|
Loading…
Reference in New Issue
Block a user