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

Function add

src/python/PyImath/PyImathColor4.cpp:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266template <class T>
267static Color4<T>
268add(Color4<T> &color, const Color4<T> &color2)
269{
270 MATH_EXC_ON;
271 return color + color2;
272}
273
274template <class T>
275static Color4<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected