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