MCPcopy 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
478bool LogOpData::isLog2() const
479{
480 return isLogBase(2.0);
481}
482
483bool LogOpData::isLog10() const
484{

Callers 5

GetLogGPUShaderProgramFunction · 0.80
GetLogRendererFunction · 0.80
getAttributesMethod · 0.80
writeContentMethod · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

OCIO_ADD_TESTFunction · 0.64