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

Method createInstance

KeyMix/KeyMix.cpp:696–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694} // >::describeInContext
695
696ImageEffect*
697KeyMixPluginFactory::createInstance(OfxImageEffectHandle handle,
698 ContextEnum /*context*/)
699{
700 return new KeyMixPlugin(handle);
701}
702
703static KeyMixPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor);
704mRegisterPluginFactoryInstance(p)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected