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

Method isCamera

src/OpenColorIO/ops/log/LogOpData.cpp:488–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488bool LogOpData::isCamera() const
489{
490 return m_redParams.size() > 4;
491}
492
493bool operator==(const LogOpData & lhs, const LogOpData & rhs)
494{

Callers 5

CreateLogTransformFunction · 0.80
GetLogGPUShaderProgramFunction · 0.80
GetLogRendererFunction · 0.80
getAttributesMethod · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

OCIO_ADD_TESTFunction · 0.64