Generate JSON string of this object
| 176 | |
| 177 | // Generate JSON string of this object |
| 178 | std::string ColorShift::Json() const { |
| 179 | |
| 180 | // Return formatted string |
| 181 | return JsonValue().toStyledString(); |
| 182 | } |
| 183 | |
| 184 | // Generate Json::Value for this object |
| 185 | Json::Value ColorShift::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected