Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Dec 11, 2017
1 parent b8a0f20 commit c64f157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Grade: add a "Normalize" button to automatically compute the clack and white points.
- Matrix3x3, Matrix5x5: new plugins, apply a 3x3 or 5x5 custom filter.
- ColorCorrect: Fix wrong render for input values outside the [0-1] range #1703
- ReadOIIO: Adjust Maximum Thr. (used when reading RAW camera files) should defaut to 0.0 #1705

## Version 2.3.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ColorCorrect node

|pluginIcon| 
*This documentation is for version 2.0 of ColorCorrect.*
*This documentation is for version 2.1 of ColorCorrect.*

Description
-----------
Expand Down Expand Up @@ -89,6 +89,8 @@ Controls
+---------------------------------------+------------+------------------------+------------------------------------------------------------------------------------------------------------------------------------+
| Offset / ``HighlightsOffset`` | Color | r: 0 g: 0 b: 0 a: 0 |   |
+---------------------------------------+------------+------------------------+------------------------------------------------------------------------------------------------------------------------------------+
| Range / ``range`` | Double | min: 0 max: 1 | Expected range for input values. Within this range, a lookup table is used for faster computation. |
+---------------------------------------+------------+------------------------+------------------------------------------------------------------------------------------------------------------------------------+
| Tone Ranges / ``toneRanges`` | Parametric | Shadow:   Highlight:   | Tone ranges lookup table |
+---------------------------------------+------------+------------------------+------------------------------------------------------------------------------------------------------------------------------------+
| Luminance Math / ``luminanceMath`` | Choice | Rec. 709 | | Formula used to compute luminance from RGB values (used for saturation adjustments). |
Expand Down

0 comments on commit c64f157

Please sign in to comment.