You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Crop.h: Remove nonexistent color argument
Doxygen caught this one: the default constructor for Crop() doesn't take an argument 'color', though it was documented to.
This commit is contained in:
@@ -69,7 +69,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)
|
||||
|
||||
Reference in New Issue
Block a user