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

Function add

src/python/PyImath/PyImathColor3.cpp:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191template <class T>
192static Color3<T>
193add(Color3<T> &color, const Color3<T> &color2)
194{
195 MATH_EXC_ON;
196 return color + color2;
197}
198
199template <class T>
200static Color3<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected