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

Function setValue2

src/python/PyImath/PyImathColor4.cpp:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231template <class T>
232static void
233setValue2(Color4<T> &color, const Color4<T> &v)
234{
235 MATH_EXC_ON;
236 color.setValue(v);
237}
238
239template <class T>
240static void

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected