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

Function assertEqualRGBMSW

tests/python/UnitTestUtils.py:28–34  ·  view source on GitHub ↗
(testCase, first, second)

Source from the content-addressed store, hash-verified

26 testCase.assertEqual(first.pivotBlack, second.pivotBlack)
27
28def assertEqualRGBMSW(testCase, first, second):
29 testCase.assertEqual(first.red, second.red)
30 testCase.assertEqual(first.green, second.green)
31 testCase.assertEqual(first.blue, second.blue)
32 testCase.assertEqual(first.master, second.master)
33 testCase.assertEqual(first.start, second.start)
34 testCase.assertEqual(first.width, second.width)
35
36def assertEqualTone(testCase, first, second):
37 assertEqualRGBMSW(testCase, first.blacks, second.blacks)

Callers 3

test_rgbmswMethod · 0.90
test_toneMethod · 0.90
assertEqualToneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected