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

Function mulT

src/python/PyImath/PyImathColor3.cpp:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322
323template <class T>
324static Color3<T>
325mulT(Color3<T> &color, const T &t)
326{
327 MATH_EXC_ON;
328 return color * t;
329}
330
331template <class T>
332static Color3<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected