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

Function rmulT

src/python/PyImath/PyImathColor4.cpp:412–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410
411template <class T>
412static Color4<T>
413rmulT(Color4<T> &color, const T &t)
414{
415 MATH_EXC_ON;
416 return t * color;
417}
418
419template <class T>
420static Color4<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected