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

Method Json

src/effects/Saturation.cpp:235–239  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

233
234// Generate JSON string of this object
235std::string Saturation::Json() const {
236
237 // Return formatted string
238 return JsonValue().toStyledString();
239}
240
241// Generate Json::Value for this object
242Json::Value Saturation::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected