ctor
| 158 | public: |
| 159 | // ctor |
| 160 | ColorWheelProcessor(ImageEffect &instance) |
| 161 | : ColorWheelProcessorBase(instance) |
| 162 | { |
| 163 | } |
| 164 | |
| 165 | private: |
| 166 | static void colorToPIX(const OfxRGBAColourD& color, |
nothing calls this directly
no outgoing calls
no test coverage detected