Look

class PyOpenColorIO.Look

The :ref:`Look` is an ‘artistic’ image modification, in a specified image state. The processSpace defines the ColorSpace the image is required to be in, for the math to apply correctly.

Look(*args, **kwargs)

Overloaded function.

  1. __init__(self: PyOpenColorIO.Look) -> None

  2. __init__(self: PyOpenColorIO.Look, name: str = ‘’, processSpace: str = ‘’, transform: PyOpenColorIO.Transform = None, inverseTransform: PyOpenColorIO.Transform = None, description: str = ‘’) -> None

getDescription() str
getInverseTransform() PyOpenColorIO.Transform
getName() str
getProcessSpace() str
getTransform() PyOpenColorIO.Transform
setDescription(description: str) None
setInverseTransform(transform: PyOpenColorIO.Transform) None

Setting a transform to a non-null call makes it allowed.

setName(name: str) None
setProcessSpace(processSpace: str) None
setTransform(transform: PyOpenColorIO.Transform) None

Setting a transform to a non-null call makes it allowed.