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

Method Log2LinProcessorBase

Log2Lin/Log2Lin.cpp:192–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191public:
192 Log2LinProcessorBase(ImageEffect &instance,
193 const RenderArguments & /*args*/)
194 : ImageProcessor(instance)
195 , _srcImg(NULL)
196 , _maskImg(NULL)
197 , _premult(false)
198 , _premultChannel(3)
199 , _doMasking(false)
200 , _mix(1.)
201 , _maskInvert(false)
202 , _processR(false)
203 , _processG(false)
204 , _processB(false)
205 // TODO: initialize plugin parameter values
206 {
207 }
208
209 void setSrcImg(const Image *v) {_srcImg = v; }
210

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected