MCPcopy 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
61static std::string lut1dPath()
62{
63 std::stringstream path;
64 path << TEST_MEDIA_PATH << "example-1d-lut.cube";
65 return path.str();
66}
67
68static std::string lutDomain1dPath()
69{

Callers 1

ColorMap.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected