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

Function neg

src/python/PyImath/PyImathColor4.cpp:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362
363template <class T>
364static Color4<T>
365neg(Color4<T> &color)
366{
367 MATH_EXC_ON;
368 return -color;
369}
370
371template <class T>
372static const Color4<T> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected