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

Method getDescription

src/OpenColorIO/ColorSpace.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224const char * ColorSpace::getDescription() const noexcept
225{
226 return getImpl()->m_description.c_str();
227}
228
229void ColorSpace::setDescription(const char * description)
230{

Calls 1

getImplFunction · 0.50