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

Function mul

src/python/PyImath/PyImathColor4.cpp:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394
395template <class T>
396static Color4<T>
397mul(Color4<T> &color, const Color4<T> &color2)
398{
399 MATH_EXC_ON;
400 return color * color2;
401}
402
403template <class T>
404static Color4<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected