Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/openfx-misc
/ setValues
Method
setValues
MatteMonitor/MatteMonitor.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
void setSrcImg(const Image *v) {_srcImg = v; }
83
84
void setValues(double slope)
85
{
86
_slope = slope;
87
}
88
89
private:
90
};
Callers
1
setupAndProcess
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected