edit doctring [ci skip]

This commit is contained in:
Alexander 2018-04-14 15:03:34 +03:00
parent 68af72bef4
commit 854a0d6044

View File

@ -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