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