OpenColorIO

Open Source Color Management

OpenColorIO 1.0.6 documentation

Python: LogTransform

Examples of Use

import PyOpenColorIO as OCIO

Description

LogTransform is used to define a log transform.

The direction of the transform and its numerical base can be specified.

Config.getBase()

Returns the base of LogTransform.

Config.setBase(base)

Sets the base in LogTransform.

Parameters:base (float) – base of log transform