Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
488
bool LogOpData::isCamera() const
489
{
490
return m_redParams.size() > 4;
491
}
492
493
bool operator==(const LogOpData & lhs, const LogOpData & rhs)
494
{
Callers
5
CreateLogTransform
Function · 0.80
GetLogGPUShaderProgram
Function · 0.80
GetLogRenderer
Function · 0.80
getAttributes
Method · 0.80
OCIO_ADD_TEST
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
1
OCIO_ADD_TEST
Function · 0.64