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

Method Pixelate

src/effects/Pixelate.cpp:25–29  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

23
24/// Blank constructor, useful when using Json to load the effect properties
25Pixelate::Pixelate() : pixelization(0.5), left(0.0), top(0.0), right(0.0), bottom(0.0),
26 mask_mode(PIXELATE_MASK_LIMIT_TO_AREA) {
27 // Init effect properties
28 init_effect_details();
29}
30
31// Default constructor
32Pixelate::Pixelate(Keyframe pixelization, Keyframe left, Keyframe top, Keyframe right, Keyframe bottom) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected