MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / lutDomain3dPath

Function lutDomain3dPath

tests/ColorMap.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static std::string lutDomain3dPath()
76{
77 std::stringstream path;
78 path << TEST_MEDIA_PATH << "domain-3d-lut.cube";
79 return path.str();
80}
81
82TEST_CASE("Default ColorMap with no LUT path leaves image unchanged", "[effect][colormap]")
83{

Callers 1

ColorMap.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected