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

Method attribute

src/libutils/imageioapphelpers/imageio.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void ImageIO::attribute(const std::string & name, const std::string & value)
206{
207 m_impl->attribute(name, value);
208}
209
210void ImageIO::attribute(const std::string & name, float value)
211{

Callers 2

mainFunction · 0.45
ExecuteOSLShaderFunction · 0.45

Calls

no outgoing calls

Tested by 1

ExecuteOSLShaderFunction · 0.36