HDK
|
#include <OpenColorTransforms.h>
Public Member Functions | |
TransformType | getTransformType () const noexceptoverride |
virtual const FormatMetadata & | getFormatMetadata () const noexcept=0 |
virtual FormatMetadata & | getFormatMetadata () noexcept=0 |
virtual bool | equals (const GradingPrimaryTransform &other) const noexcept=0 |
Checks if this equals other. More... | |
virtual GradingStyle | getStyle () const noexcept=0 |
Adjusts the behavior of the transform for log, linear, or video color space encodings. More... | |
virtual void | setStyle (GradingStyle style) noexcept=0 |
Will reset value to style's defaults if style is not the current style. More... | |
virtual const GradingPrimary & | getValue () const =0 |
virtual void | setValue (const GradingPrimary &values)=0 |
Throws if value is not valid. More... | |
virtual bool | isDynamic () const noexcept=0 |
virtual void | makeDynamic () noexcept=0 |
virtual void | makeNonDynamic () noexcept=0 |
GradingPrimaryTransform (const GradingPrimaryTransform &)=delete | |
GradingPrimaryTransform & | operator= (const GradingPrimaryTransform &)=delete |
virtual | ~GradingPrimaryTransform ()=default |
Do not use (needed only for pybind11). More... | |
![]() | |
virtual TransformRcPtr | createEditableCopy () const =0 |
virtual TransformDirection | getDirection () const noexcept=0 |
virtual void | setDirection (TransformDirection dir) noexcept=0 |
Note that this only affects the evaluation and not the values stored in the object. More... | |
virtual void | validate () const |
Will throw if data is not valid. More... | |
Transform (const Transform &)=delete | |
Transform & | operator= (const Transform &)=delete |
virtual | ~Transform ()=default |
Do not use (needed only for pybind11). More... | |
Static Public Member Functions | |
static GradingPrimaryTransformRcPtr | Create (GradingStyle style) |
Creates an instance of GradingPrimaryTransform. More... | |
Protected Member Functions | |
GradingPrimaryTransform ()=default | |
![]() | |
Transform ()=default | |
Primary color correction controls.
This transform is for making basic color correction adjustments to an image such as brightness, contrast, or saturation.
The controls are customized for linear, logarithmic, and video color encodings.
The controls are dynamic, so they may be adjusted even after the Transform has been included in a Processor.
Definition at line 1136 of file OpenColorTransforms.h.
|
delete |
|
virtualdefault |
Do not use (needed only for pybind11).
|
protecteddefault |
|
static |
Creates an instance of GradingPrimaryTransform.
|
pure virtualnoexcept |
Checks if this equals other.
|
pure virtualnoexcept |
|
pure virtualnoexcept |
|
pure virtualnoexcept |
Adjusts the behavior of the transform for log, linear, or video color space encodings.
|
inlineoverridevirtualnoexcept |
Implements OCIO_NAMESPACE::Transform.
Definition at line 1142 of file OpenColorTransforms.h.
|
pure virtual |
|
pure virtualnoexcept |
Parameters can be made dynamic so the values can be changed through the CPU or GPU processor, but if there are several GradingPrimaryTransform only one can have dynamic parameters.
|
pure virtualnoexcept |
|
pure virtualnoexcept |
|
delete |
|
pure virtualnoexcept |
Will reset value to style's defaults if style is not the current style.
|
pure virtual |
Throws if value is not valid.