Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ setEncoding
Method
setEncoding
src/OpenColorIO/ColorSpace.cpp:397–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
395
}
396
397
void ColorSpace::setEncoding(const char * encoding)
398
{
399
getImpl()->m_encoding = encoding ? encoding :
""
;
400
}
401
402
bool ColorSpace::isData() const noexcept
403
{
Callers
10
_set_value
Method · 0.95
_set_value
Method · 0.45
bindPyColorSpace
Function · 0.45
load
Function · 0.45
instantiateDisplay
Method · 0.45
test_copy
Method · 0.45
test_encoding
Method · 0.45
test_copy
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
5
test_copy
Method · 0.36
test_encoding
Method · 0.36
test_copy
Method · 0.36
OCIO_ADD_TEST
Function · 0.36
OCIO_ADD_TEST
Function · 0.36