Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPathGuidingLibrary/openpgl
/ DecompressSpectrum
Function
DecompressSpectrum
openpgl/include/openpgl/cpp/Common.h:344–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
}
343
344
OPENPGL_INLINE pgl_vec3f DecompressSpectrum(const pgl_spectrum &cspecRGB)
345
{
346
return cspecRGB;
347
}
348
349
} // namespace cpp
350
} // namespace openpgl
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected