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

Method KeyMixProcessorBase

KeyMix/KeyMix.cpp:128–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126public:
127
128 KeyMixProcessorBase(ImageEffect &instance)
129 : ImageProcessor(instance)
130 , _srcImgA(NULL)
131 , _srcImgB(NULL)
132 , _maskImg(NULL)
133 , _mix(1.)
134 , _maskInvert(false)
135 , _aChannels()
136 {
137 }
138
139 void setSrcImg(const Image *A,
140 const Image *B)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected