Private, hidden implementation for DD::Image::Read objects. More...
Public Member Functions | |
ReadImpl (Read *owner, NukeWrapper *ocioOpWrapper) | |
InternalOCIOOp & | ocio () |
void | applyOcioToImagePlane (ImagePlane &imagePlane) |
applies an OCIO colorspace to an ImagePlane | |
Public Attributes | |
KnobColorspaceHelper | _knobColorspaceHelper |
Read * | _pReadOwner |
InternalOCIOOp | _ocioColorspaceOp |
Private, hidden implementation for DD::Image::Read objects.
This objects wraps an internal Iop that's used to do color transforms via OpenColorIO. This is an instance of an OCIOColorspace Op, and is used to post-process the output that the Readers generate.
Referenced by applyOcioToImagePlane(), and DD::Image::Read::renderStripe().