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

Method getTestInfinity

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

Set TestInfinity to true to include positive and negative infinity in each channel of the test values.

Source from the content-addressed store, hash-verified

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).

Callers 1

UpdateImageTextureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected