Python: ColorSpaceTransform¶
Note Careless use of this may create infinite loops, so avoid referencing the colorspace you’re in. Examples of Use¶import PyOpenColorIO as OCIO
transform = OCIO.ColorSpaceTransform()
|
Python: ColorSpaceTransform¶
Note Careless use of this may create infinite loops, so avoid referencing the colorspace you’re in. Examples of Use¶import PyOpenColorIO as OCIO
transform = OCIO.ColorSpaceTransform()
|