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

Method clearColorSpaces

src/OpenColorIO/Config.cpp:2773–2780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2771}
2772
2773void Config::clearColorSpaces()
2774{
2775 getImpl()->m_allColorSpaces->clearColorSpaces();
2776
2777 AutoMutex lock(getImpl()->m_cacheidMutex);
2778 getImpl()->resetCacheIDs();
2779 getImpl()->refreshActiveColorSpaces();
2780}
2781
2782///////////////////////////////////////////////////////////////////////////
2783

Callers 6

_clear_itemsMethod · 0.45
_set_valueMethod · 0.45
addColorSpacesMethod · 0.45
handleInputOnlyMethod · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 3

resetCacheIDsMethod · 0.80
getImplFunction · 0.50

Tested by 2

OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36