| 869 | } // ColorMatrixPluginFactory::describeInContext |
| 870 | |
| 871 | ImageEffect* |
| 872 | ColorMatrixPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 873 | ContextEnum /*context*/) |
| 874 | { |
| 875 | return new ColorMatrixPlugin(handle); |
| 876 | } |
| 877 | |
| 878 | static ColorMatrixPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 879 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected