Look¶
-
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¶