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

Method Json

src/effects/ColorMap.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320
321std::string ColorMap::Json() const
322{
323 return JsonValue().toStyledString();
324}
325
326Json::Value ColorMap::JsonValue() const
327{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected