MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / testColor3

Function testColor3

src/python/PyImathTest/pyImathTest.py:8030–8035  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8028 return
8029
8030def testColor3 ():
8031
8032 print ("Color3f")
8033 testColor3x (Color3f, 1.0)
8034 print ("Color3c")
8035 testColor3x (Color3c, 255)
8036
8037testList.append (('testColor3',testColor3))
8038

Callers

nothing calls this directly

Calls 1

testColor3xFunction · 0.70

Tested by

no test coverage detected