OcioModuleLutTransform
OCIO transform that applies a LUT file to the content.
The LUT file, transform direction (forward or inverse),
and interpolation method are all user-configurable.
Category: Colour
Base class: OcioModuleTransform
Properties
interpolation : int
LUT interpoluation method.
Options: {0: ‘Unkown’, 1: ‘Nearest’, 2: ‘Linear’, 3: ‘Tetrahedra’, 4: ‘Cubric’, 5: ‘Default’, 6: ‘Best’}
UserName: Interpolation
operation : LutFile
Look up table
UserName: LUT transform
transformDirForward : bool
Forward direction of transform
UserName: Transform forward