Merge pull request #251 from ferdnyc/crop-args

Crop.h: Remove nonexistent color argument
This commit is contained in:
Jonathan Thomas
2019-06-21 00:25:29 -05:00
committed by GitHub

View File

@@ -72,7 +72,6 @@ namespace openshot
/// Default constructor, which takes 4 curves. These curves animate the crop over time.
///
/// @param color The curve to adjust the color of bars
/// @param left The curve to adjust the left bar size (between 0 and 1)
/// @param top The curve to adjust the top bar size (between 0 and 1)
/// @param right The curve to adjust the right bar size (between 0 and 1)