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

Method getName

src/OpenColorIO/ColorSpace.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137const char * ColorSpace::getName() const noexcept
138{
139 return getImpl()->m_name.c_str();
140}
141
142void ColorSpace::setName(const char * name) noexcept
143{

Calls 1

getImplFunction · 0.50

Tested by 5

test_aliasesMethod · 0.76
test_interfaceMethod · 0.76