Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
480
template <class T>
481
static void
482
setValue2(Color3<T> &color, const Color3<T> &v)
483
{
484
MATH_EXC_ON;
485
color.setValue(v);
486
}
487
488
template <class T>
489
static void
Callers
nothing calls this directly
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected