We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6439b commit 07f81c5Copy full SHA for 07f81c5
docs/developers/bindings/PythonTransforms.rst
@@ -17,7 +17,7 @@ AllocationTransform
17
18
import PyOpenColorIO as OCIO
19
transform = OCIO.AllocationTransform()
20
- transform.setAllocation(OCIO.Constants.ALLOCATION)
+ transform.setAllocation(OCIO.Constants.ALLOCATION_LG2)
21
22
.. autoclass:: PyOpenColorIO.AllocationTransform
23
:members:
0 commit comments