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.
| 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; } |
no outgoing calls
no test coverage detected