Default constructor, useful when using Json to load the effect properties
| 24 | |
| 25 | /// Default constructor, useful when using Json to load the effect properties |
| 26 | Crop::Crop() : Crop::Crop(0.0, 0.0, 0.0, 0.0, 0.0, 0.0) {} |
| 27 | |
| 28 | Crop::Crop( |
| 29 | Keyframe left, Keyframe top, |
nothing calls this directly
no outgoing calls
no test coverage detected