Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
231
template <class T>
232
static void
233
setValue2(Color4<T> &color, const Color4<T> &v)
234
{
235
MATH_EXC_ON;
236
color.setValue(v);
237
}
238
239
template <class T>
240
static void
Callers
nothing calls this directly
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected