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

Method Outline

src/effects/Outline.cpp:19–23  ·  view source on GitHub ↗

Blank constructor, useful when using Json to load the effect properties

Source from the content-addressed store, hash-verified

17
18/// Blank constructor, useful when using Json to load the effect properties
19Outline::Outline() : width(0.0) {
20 // Init effect properties
21 color = Color("#FFFFFF");
22 init_effect_details();
23}
24
25// Default constructor
26Outline::Outline(Keyframe width, Color color) :

Callers

nothing calls this directly

Calls 1

ColorClass · 0.85

Tested by

no test coverage detected