Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/openfx-misc
/ setMaskImg
Method
setMaskImg
PLogLin/PLogLin.cpp:220–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
void setSrcImg(const Image *v) {_srcImg = v; }
219
220
void setMaskImg(const Image *v,
221
bool maskInvert) {_maskImg = v; _maskInvert = maskInvert; }
222
223
void doMasking(bool v) {_doMasking = v; }
224
Callers
1
setupAndProcess
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected