Skip to content

Commit 757e24b

Browse files
Updated documentation Specifying types for GradingPrimary attributes #1640 (#1989)
* Update documentation: Specify types for GradingPrimary attributes Signed-off-by: sumana sree <sumanasree2705@gmail.com> * added pivotWhite and pivotBlack types to documentation Signed-off-by: sumana sree <sumanasree2705@gmail.com> --------- Signed-off-by: sumana sree <sumanasree2705@gmail.com> Co-authored-by: Doug Walker <doug.walker@autodesk.com>
1 parent 77133f5 commit 757e24b

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

docs/api/python/src/pyopencolorio_gradingprimary.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,42 @@
66
:members:
77
:undoc-members:
88
:special-members: __init__, __str__
9+
10+
.. attribute:: brightness
11+
:type: GradingRGBM
12+
13+
.. attribute:: clampBlack
14+
:type: float
15+
16+
.. attribute:: clampWhite
17+
:type: float
18+
19+
.. attribute:: contrast
20+
:type: GradingRGBM
21+
22+
.. attribute:: exposure
23+
:type: GradingRGBM
24+
25+
.. attribute:: gain
26+
:type: GradingRGBM
27+
28+
.. attribute:: gamma
29+
:type: GradingRGBM
30+
31+
.. attribute:: lift
32+
:type: GradingRGBM
33+
34+
.. attribute:: offset
35+
:type: GradingRGBM
36+
37+
.. attribute:: pivot
38+
:type: float
39+
40+
.. attribute:: pivotBlack
41+
:type: float
42+
43+
.. attribute:: pivotWhite
44+
:type: float
45+
46+
.. attribute:: saturation
47+
:type: float

0 commit comments

Comments
 (0)