colour_clf_io.LogStyle#

class colour_clf_io.LogStyle(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

Represent the valid values of the style attribute of a colour_clf_io.Log Process Node.

Attributes

References

LOG_10 = 'log10'#

Apply a base 10 logarithm.

ANTI_LOG_10 = 'antiLog10'#

Apply a base 10 anti-logarithm.

LOG_2 = 'log2'#

Apply a base 2 logarithm.

ANTI_LOG_2 = 'antiLog2'#

Apply a base 2 anti-logarithm.

LIN_TO_LOG = 'linToLog'#

Apply a logarithm.

LOG_TO_LIN = 'logToLin'#

Apply an anti-logarithm.

CAMERA_LIN_TO_LOG = 'cameraLinToLog'#

Apply a piecewise function with logarithmic and linear segments on linear values, converting them to non-linear values.

CAMERA_LOG_TO_LIN = 'cameraLogToLin'#

Applies a piecewise function with logarithmic and linear segments on non-linear values, converting them to linear values.