Generate JSON string of this object
| 633 | |
| 634 | // Generate JSON string of this object |
| 635 | std::string ChromaKey::Json() const { |
| 636 | |
| 637 | // Return formatted string |
| 638 | return JsonValue().toStyledString(); |
| 639 | } |
| 640 | |
| 641 | // Generate Json::Value for this object |
| 642 | Json::Value ChromaKey::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected