File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ namespace openshot
7575 // / Default constructor, which takes 2 curves. The curves adjust the brightness and
7676 // contrast of a frame's image.
7777 // /
78- // / @param new_brightness The curve to adjust the brightness (between 100 and -100 )
79- // / @param new_contrast The curve to adjust the contrast (3 is typical, 20 is a lot, 0 is invalid)
78+ // / @param new_brightness The curve to adjust the brightness (from -1 to +1, 0 is default/"off" )
79+ // / @param new_contrast The curve to adjust the contrast (3 is typical, 20 is a lot, 100 is max. 0 is invalid)
8080 Brightness (Keyframe new_brightness, Keyframe new_contrast);
8181
8282 // / @brief This method is required for all derived classes of EffectBase, and returns a
You can’t perform that action at this time.
0 commit comments