()
| 8028 | return |
| 8029 | |
| 8030 | def testColor3 (): |
| 8031 | |
| 8032 | print ("Color3f") |
| 8033 | testColor3x (Color3f, 1.0) |
| 8034 | print ("Color3c") |
| 8035 | testColor3x (Color3c, 255) |
| 8036 | |
| 8037 | testList.append (('testColor3',testColor3)) |
| 8038 |
nothing calls this directly
no test coverage detected