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

Method PLogLinProcessorBase

PLogLin/PLogLin.cpp:201–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200public:
201 PLogLinProcessorBase(ImageEffect &instance,
202 const RenderArguments & /*args*/)
203 : ImageProcessor(instance)
204 , _srcImg(NULL)
205 , _maskImg(NULL)
206 , _premult(false)
207 , _premultChannel(3)
208 , _doMasking(false)
209 , _mix(1.)
210 , _maskInvert(false)
211 , _processR(false)
212 , _processG(false)
213 , _processB(false)
214 // TODO: initialize plugin parameter values
215 {
216 }
217
218 void setSrcImg(const Image *v) {_srcImg = v; }
219

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected