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

Function CDLStyleToString

src/OpenColorIO/ParseUtils.cpp:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314const char * CDLStyleToString(CDLStyle style)
315{
316 if (style == CDL_ASC) return "asc";
317 else if (style == CDL_NO_CLAMP) return "noClamp";
318 return "asc";
319}
320
321CDLStyle CDLStyleFromString(const char * style)
322{

Callers 3

saveFunction · 0.85
FileTransform.cppFile · 0.85
CDLTransform.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected