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

Method setTestWideRange

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

Source from the content-addressed store, hash-verified

63 // Set TestWideRange to true to use test values on [-1,2] rather than [0,1].
64 inline bool getTestWideRange() const { return m_testWideRange; }
65 inline void setTestWideRange(bool use) { m_testWideRange = use; }
66 inline void getWideRangeInterval(float& rangeMin, float& rangeMax) const { rangeMin = m_rangeMin; rangeMax = m_rangeMax; };
67 inline void setWideRangeInterval(float rangeMin, float rangeMax) { m_rangeMin = rangeMin; m_rangeMax = rangeMax; }
68

Callers 15

GradingToneLogMidtonesFunction · 0.80
GradingToneLogHighlightsFunction · 0.80
GradingToneVideoShadowsFunction · 0.80
GradingToneVideoWhitesFunction · 0.80
GradingToneLogBlacksFunction · 0.80
GradingToneLogSContrastFunction · 0.80
GradingToneLinMidtonesFunction · 0.80
OCIO_ADD_GPU_TESTFunction · 0.80
OCIO_ADD_GPU_TESTFunction · 0.80
OCIO_ADD_GPU_TESTFunction · 0.80
Prepare2ECDynamicFunction · 0.80
GradingRGBCurveLogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected