Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ setBitDepth
Method
setBitDepth
src/OpenColorIO/ColorSpace.cpp:357–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
}
356
357
void ColorSpace::setBitDepth(BitDepth bitDepth)
358
{
359
getImpl()->m_bitDepth = bitDepth;
360
}
361
362
bool ColorSpace::hasCategory(const char * category) const
363
{
Callers
6
_set_value
Method · 0.95
test_interface
Method · 0.95
load
Function · 0.45
test_copy
Method · 0.45
test_bitdepth
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
4
test_interface
Method · 0.76
test_copy
Method · 0.36
test_bitdepth
Method · 0.36
OCIO_ADD_TEST
Function · 0.36