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

Function lutPath

tests/ColorMap.cpp:54–59  ·  view source on GitHub ↗

Helper to construct the LUT-path from TEST_MEDIA_PATH

Source from the content-addressed store, hash-verified

52
53// Helper to construct the LUT-path from TEST_MEDIA_PATH
54static std::string lutPath()
55{
56 std::stringstream path;
57 path << TEST_MEDIA_PATH << "example-lut.cube";
58 return path.str();
59}
60
61static std::string lut1dPath()
62{

Callers 1

ColorMap.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected