Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ lutDomain1dPath
Function
lutDomain1dPath
tests/ColorMap.cpp:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
static std::string lutDomain1dPath()
69
{
70
std::stringstream path;
71
path << TEST_MEDIA_PATH <<
"domain-1d-lut.cube"
;
72
return path.str();
73
}
74
75
static std::string lutDomain3dPath()
76
{
Callers
1
ColorMap.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected