Skip to content

Commit

Permalink
Updating method docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Oct 27, 2020
1 parent 54a0704 commit def8d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/effects/Caption.h
Expand Up @@ -88,9 +88,9 @@ namespace openshot
/// Blank constructor, useful when using Json to load the effect properties
Caption();

/// Default constructor, which takes 4 curves and a color. These curves animated the bars over time.
/// Default constructor, which takes a string of VTT/Subrip formatted caption data, and displays them over time.
///
/// @param color The curve to adjust the color of bars
/// @param color The curve to adjust the color of caption text
/// @param captions A string with VTT/Subrip format text captions
Caption(Color color, std::string captions);

Expand Down

0 comments on commit def8d9d

Please sign in to comment.