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

Function mulT

src/python/PyImath/PyImathColor4.cpp:404–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402
403template <class T>
404static Color4<T>
405mulT(Color4<T> &color, const T &t)
406{
407 MATH_EXC_ON;
408 return color * t;
409}
410
411template <class T>
412static Color4<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected