| 74 | // in each channel of the test values. |
| 75 | inline bool getTestInfinity() const { return m_testInfinity; } |
| 76 | inline void setTestInfinity(bool use) { m_testInfinity = use; } |
| 77 | |
| 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. |
no outgoing calls
no test coverage detected