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

Method AddProcessorBase

Add/Add.cpp:174–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172public:
173
174 AddProcessorBase(ImageEffect &instance)
175 : ImageProcessor(instance)
176 , _srcImg(NULL)
177 , _maskImg(NULL)
178 , _processR(true)
179 , _processG(true)
180 , _processB(true)
181 , _processA(false)
182 , _value()
183 , _premult(false)
184 , _premultChannel(3)
185 , _doMasking(false)
186 , _mix(1.)
187 , _maskInvert(false)
188 {
189 }
190
191 void setSrcImg(const Image *v) {_srcImg = v; }
192

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected