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

Method setCustomValues

tests/gpu/GPUUnitTest.h:80–80  ·  view source on GitHub ↗

Provide a set of RGBA values to test (otherwise a neutral ramp will be used). TestWideRange, TestNaN & TestInfinity are used when m_inputValues is empty.

Source from the content-addressed store, hash-verified

78 // Provide a set of RGBA values to test (otherwise a neutral ramp will be used).
79 // TestWideRange, TestNaN & TestInfinity are used when m_inputValues is empty.
80 inline void setCustomValues(CustomValues & values) { m_values = values; }
81 inline CustomValues & getCustomValues() { return m_values; }
82
83 inline float getErrorThreshold() const { return m_errorThreshold; }

Callers 5

GradingHueCurveLogFunction · 0.80
HueCurveLinFunction · 0.80
OCIO_ADD_GPU_TESTFunction · 0.80
UpdateImageTextureFunction · 0.80
OCIO_ADD_GPU_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected