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

Function rmulT

src/python/PyImath/PyImathColor3.cpp:332–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330
331template <class T>
332static Color3<T>
333rmulT(Color3<T> &color, const T &t)
334{
335 MATH_EXC_ON;
336 return t * color;
337}
338
339template <class T>
340static Color3<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected