Skip to content

Commit

Permalink
Updated documentation Specifying types for GradingPrimary attributes #…
Browse files Browse the repository at this point in the history
…1640 (#1989)

* Update documentation: Specify types for GradingPrimary attributes

Signed-off-by: sumana sree <[email protected]>

* added pivotWhite and pivotBlack types to documentation

Signed-off-by: sumana sree <[email protected]>

---------

Signed-off-by: sumana sree <[email protected]>
Co-authored-by: Doug Walker <[email protected]>
  • Loading branch information
sumana-2705 and doug-walker authored Aug 9, 2024
1 parent 77133f5 commit 757e24b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/api/python/src/pyopencolorio_gradingprimary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,42 @@
:members:
:undoc-members:
:special-members: __init__, __str__

.. attribute:: brightness
:type: GradingRGBM

.. attribute:: clampBlack
:type: float

.. attribute:: clampWhite
:type: float

.. attribute:: contrast
:type: GradingRGBM

.. attribute:: exposure
:type: GradingRGBM

.. attribute:: gain
:type: GradingRGBM

.. attribute:: gamma
:type: GradingRGBM

.. attribute:: lift
:type: GradingRGBM

.. attribute:: offset
:type: GradingRGBM

.. attribute:: pivot
:type: float

.. attribute:: pivotBlack
:type: float

.. attribute:: pivotWhite
:type: float

.. attribute:: saturation
:type: float

0 comments on commit 757e24b

Please sign in to comment.