41 lines
772 B
ReStructuredText
41 lines
772 B
ReStructuredText
Transforms
|
|
=================
|
|
|
|
Doing image transforms in openlut uses the :py:func:`~ColMap.apply` method to apply Transform objects. A Transform
|
|
object is any subclass of the Transform listed below. Examples include LUT, Func, and ColMat.
|
|
|
|
openlut.Transform module
|
|
------------------------
|
|
|
|
.. automodule:: openlut.Transform
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
|
|
openlut.LUT module
|
|
------------------
|
|
|
|
.. automodule:: openlut.LUT
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
openlut.Func module
|
|
-------------------
|
|
|
|
.. automodule:: openlut.Func
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
openlut.ColMat module
|
|
---------------------
|
|
|
|
.. automodule:: openlut.ColMat
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
|