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.
__init__(self: PyOpenColorIO.Look) -> None
__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.
-
class Look¶
The 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.
Public Functions
-
const char *getName() const¶
-
void setName(const char *name)¶
-
const char *getProcessSpace() const¶
-
void setProcessSpace(const char *processSpace)¶
-
ConstTransformRcPtr getTransform() const¶
-
void setTransform(const ConstTransformRcPtr &transform)¶
Setting a transform to a non-null call makes it allowed.
-
ConstTransformRcPtr getInverseTransform() const¶
-
void setInverseTransform(const ConstTransformRcPtr &transform)¶
Setting a transform to a non-null call makes it allowed.
-
const char *getDescription() const¶
-
void setDescription(const char *description)¶
-
~Look()¶
Do not use (needed only for pybind11).
-
const char *getName() const¶