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

Function mul

src/python/PyImath/PyImathColor3.cpp:316–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315template <class T>
316static Color3<T>
317mul(Color3<T> &color, const Color3<T> &color2)
318{
319 MATH_EXC_ON;
320 return color * color2;
321}
322
323template <class T>
324static Color3<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected