diff --git a/include/TextReader.h b/include/TextReader.h index 2d54fdc2..57f36d0b 100644 --- a/include/TextReader.h +++ b/include/TextReader.h @@ -119,7 +119,7 @@ namespace openshot TextReader(int width, int height, int x_offset, int y_offset, GravityType gravity, std::string text, std::string font, double size, std::string text_color, std::string background_color); /// Draw a box under rendered text using the specified color. - /// @param text_background_color The background color behind the text + /// @param color The background color behind the text void SetTextBackgroundColor(std::string color); /// Close Reader