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

Method Sharpen

src/effects/Sharpen.cpp:24–33  ·  view source on GitHub ↗

Constructor with default keyframes

Source from the content-addressed store, hash-verified

22
23// Constructor with default keyframes
24Sharpen::Sharpen()
25 : amount(10.0)
26 , radius(3.0)
27 , threshold(0.0)
28 , mode(0)
29 , channel(1)
30 , mask_mode(SHARPEN_MASK_LIMIT_TO_AREA)
31{
32 init_effect_details();
33}
34
35// Constructor from keyframes
36Sharpen::Sharpen(Keyframe a, Keyframe r, Keyframe t)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected