Python: CDLTransform¶Examples of Use¶import PyOpenColorIO as OCIO
cdl = OCIO.CDLTransform()
# Set the slope, offset, power, and saturation for each channel.
cdl.setSOP([, , , , , , , , ])
cdl.setSat([, , ])
cdl.getSatLumaCoefs()
Description¶
|