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

Method createInstance

ColorTransform/ColorTransform.cpp:965–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963
964template <ColorTransformEnum transform>
965ImageEffect*
966ColorTransformPluginFactory<transform>::createInstance(OfxImageEffectHandle handle,
967 ContextEnum /*context*/)
968{
969 return new ColorTransformPlugin<transform>(handle);
970}
971
972// RGBtoHSV
973static ColorTransformPluginFactory<eColorTransformRGBToHSV> p1(kPluginRGBToHSVIdentifier, kPluginVersionMajor, kPluginVersionMinor);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected