MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / SetTextBackgroundColor

Method SetTextBackgroundColor

src/TextReader.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void TextReader::SetTextBackgroundColor(std::string color) {
42 text_background_color = color;
43
44 // Open and Close the reader, to populate it's attributes (such as height, width, etc...) plus the text background color
45 Open();
46 Close();
47}
48
49// Open reader
50void TextReader::Open()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected