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

Method Crop

src/effects/Crop.cpp:26–26  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

24
25/// Default constructor, useful when using Json to load the effect properties
26Crop::Crop() : Crop::Crop(0.0, 0.0, 0.0, 0.0, 0.0, 0.0) {}
27
28Crop::Crop(
29 Keyframe left, Keyframe top,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected