MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / createInstance

Method createInstance

ColorMatrix/ColorMatrix.cpp:871–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869} // ColorMatrixPluginFactory::describeInContext
870
871ImageEffect*
872ColorMatrixPluginFactory::createInstance(OfxImageEffectHandle handle,
873 ContextEnum /*context*/)
874{
875 return new ColorMatrixPlugin(handle);
876}
877
878static ColorMatrixPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
879mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected