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

Method Json

src/Color.cpp:79–83  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

77
78// Generate JSON string of this object
79std::string Color::Json() const {
80
81 // Return formatted string
82 return JsonValue().toStyledString();
83}
84
85// Generate Json::Value for this object
86Json::Value Color::JsonValue() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected