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

Method ColorWheelProcessor

ColorWheel/ColorWheel.cpp:160–163  ·  view source on GitHub ↗

ctor

Source from the content-addressed store, hash-verified

158public:
159 // ctor
160 ColorWheelProcessor(ImageEffect &instance)
161 : ColorWheelProcessorBase(instance)
162 {
163 }
164
165private:
166 static void colorToPIX(const OfxRGBAColourD& color,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected