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

Function div

src/python/PyImath/PyImathColor4.cpp:450–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448
449template <class T>
450static Color4<T>
451div(Color4<T> &color, const Color4<T> &color2)
452{
453 MATH_EXC_ON;
454 return color / color2;
455}
456
457template <class T>
458static Color4<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected