| 290 | { |
| 291 | public: |
| 292 | SaturationProcessor(ImageEffect &instance) |
| 293 | : SaturationProcessorBase(instance) |
| 294 | { |
| 295 | } |
| 296 | |
| 297 | void multiThreadProcessImages(const OfxRectI& procWindow, const OfxPointD& rs) OVERRIDE FINAL |
| 298 | { |
nothing calls this directly
no outgoing calls
no test coverage detected