MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / GetTargetRange

Function GetTargetRange

src/OpenColorIO/BakingUtils.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void GetTargetRange(const Baker & baker, float& start, float& end)
129{
130 return GetSrcRange(baker, baker.getTargetSpace(), start, end);
131}
132
133} // namespace OCIO_NAMESPACE

Callers

nothing calls this directly

Calls 2

GetSrcRangeFunction · 0.85
getTargetSpaceMethod · 0.45

Tested by

no test coverage detected