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

Method Json

src/effects/ColorShift.cpp:178–182  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

176
177// Generate JSON string of this object
178std::string ColorShift::Json() const {
179
180 // Return formatted string
181 return JsonValue().toStyledString();
182}
183
184// Generate Json::Value for this object
185Json::Value ColorShift::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected