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

Function setValue2

src/python/PyImath/PyImathColor3.cpp:481–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479
480template <class T>
481static void
482setValue2(Color3<T> &color, const Color3<T> &v)
483{
484 MATH_EXC_ON;
485 color.setValue(v);
486}
487
488template <class T>
489static void

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected