From ba1155e44f94a17c43d1925f45e30dd3c8fb4791 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 10 Feb 2020 15:35:58 +0100 Subject: [PATCH] Documentation error Correcting small documentation error. --- include/TextReader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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