Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ isLog2
Method
isLog2
src/OpenColorIO/ops/log/LogOpData.cpp:478–481 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
}
477
478
bool LogOpData::isLog2() const
479
{
480
return isLogBase(2.0);
481
}
482
483
bool LogOpData::isLog10() const
484
{
Callers
5
GetLogGPUShaderProgram
Function · 0.80
GetLogRenderer
Function · 0.80
getAttributes
Method · 0.80
writeContent
Method · 0.80
OCIO_ADD_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
OCIO_ADD_TEST
Function · 0.64