MCPcopy 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
397void ColorSpace::setEncoding(const char * encoding)
398{
399 getImpl()->m_encoding = encoding ? encoding : "";
400}
401
402bool ColorSpace::isData() const noexcept
403{

Callers 10

_set_valueMethod · 0.95
_set_valueMethod · 0.45
bindPyColorSpaceFunction · 0.45
loadFunction · 0.45
instantiateDisplayMethod · 0.45
test_copyMethod · 0.45
test_encodingMethod · 0.45
test_copyMethod · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 5

test_copyMethod · 0.36
test_encodingMethod · 0.36
test_copyMethod · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36