Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getEnvironmentMode
Method
getEnvironmentMode
src/OpenColorIO/Config.cpp:2227–2230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2225
}
2226
2227
EnvironmentMode Config::getEnvironmentMode() const noexcept
2228
{
2229
return getImpl()->m_context->getEnvironmentMode();
2230
}
2231
2232
void Config::loadEnvironment() noexcept
2233
{
Callers
4
main
Function · 0.45
validate
Method · 0.45
test_copy
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
2
test_copy
Method · 0.36
OCIO_ADD_TEST
Function · 0.36