MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / removeEncoding

Method removeEncoding

src/OpenColorIO/ViewingRules.cpp:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void ViewingRules::removeEncoding(size_t ruleIndex, size_t encodingIndex)
325{
326 const char * encoding = getEncoding(ruleIndex, encodingIndex);
327 m_impl->m_rules[ruleIndex]->m_encodings.removeToken(encoding);
328}
329
330size_t ViewingRules::getNumCustomKeys(size_t ruleIndex) const
331{

Callers 2

test_encodingsMethod · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 1

removeTokenMethod · 0.80

Tested by 2

test_encodingsMethod · 0.64
OCIO_ADD_TESTFunction · 0.64