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

Function sub

src/python/PyImath/PyImathColor3.cpp:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229template <class T>
230static Color3<T>
231sub(Color3<T> &color, const Color3<T> &color2)
232{
233 MATH_EXC_ON;
234 return color - color2;
235}
236
237template <class T>
238static Color3<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected