openlut/doc/source/transforms.rst

41 lines
803 B
ReStructuredText
Raw Normal View History

2017-01-26 05:13:57 +01:00
Transforms
=================
2017-01-27 03:57:54 +01:00
Doing image transforms in openlut uses the :py:func:`~openlut.ColMap.apply` method to apply Transform objects. A Transform
2017-01-26 05:13:57 +01:00
object is any subclass of the Transform listed below. Examples include LUT, Func, and ColMat.
2017-01-27 03:57:54 +01:00
Transform: The Base
2017-01-26 05:13:57 +01:00
------------------------
.. automodule:: openlut.Transform
:members:
:undoc-members:
:show-inheritance:
2017-01-27 03:57:54 +01:00
LUT: 1D Lookup Tables
------------------------
2017-01-26 05:13:57 +01:00
.. automodule:: openlut.LUT
:members:
:undoc-members:
:show-inheritance:
2017-01-27 03:57:54 +01:00
Func: Gamma Functions
-----------------------------
2017-01-26 05:13:57 +01:00
.. automodule:: openlut.Func
:members:
:undoc-members:
:show-inheritance:
2017-01-27 03:57:54 +01:00
ColMat: Color Matrices
---------------------------
2017-01-26 05:13:57 +01:00
.. automodule:: openlut.ColMat
:members:
:undoc-members:
:show-inheritance: