Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getBitDepth
Method
getBitDepth
src/OpenColorIO/ColorSpace.cpp:352–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
BitDepth ColorSpace::getBitDepth() const noexcept
353
{
354
return getImpl()->m_bitDepth;
355
}
356
357
void ColorSpace::setBitDepth(BitDepth bitDepth)
358
{
Callers
5
test_constructor_with_keyword
Method · 0.95
test_constructor_without_keyword
Method · 0.95
test_constructor_without_parameter
Method · 0.95
test_interface
Method · 0.95
ColorSpace.cpp
File · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
4
test_constructor_with_keyword
Method · 0.76
test_constructor_without_keyword
Method · 0.76
test_constructor_without_parameter
Method · 0.76
test_interface
Method · 0.76