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

Method Saturation

src/effects/Saturation.cpp:21–25  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

19
20/// Blank constructor, useful when using Json to load the effect properties
21Saturation::Saturation() : saturation(1.0), saturation_R(1.0), saturation_G(1.0), saturation_B(1.0),
22 mask_mode(SATURATION_MASK_POST_BLEND) {
23 // Init effect properties
24 init_effect_details();
25}
26
27// Default constructor
28Saturation::Saturation(Keyframe saturation, Keyframe saturation_R, Keyframe saturation_G, Keyframe saturation_B) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected