Set TestInfinity to true to include positive and negative infinity in each channel of the test values.
| 73 | // Set TestInfinity to true to include positive and negative infinity |
| 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). |
no outgoing calls
no test coverage detected