MCPcopy Create free account
hub / github.com/ImageEngine/cortex / colorConfig

Function colorConfig

src/IECoreImage/OpenImageIOAlgo.cpp:199–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199ColorConfig *colorConfig()
200{
201 static ColorConfig *g_colorConfig;
202 if( !g_colorConfig )
203 {
204 g_colorConfig = new ColorConfig();
205 }
206
207 return g_colorConfig;
208}
209
210std::string colorSpace( const std::string &fileFormat, const OIIO::ImageSpec &spec )
211{

Callers 2

operator()Method · 0.85
colorSpaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected