Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ SetColor
Method
SetColor
GTE/Graphics/TextEffect.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void TextEffect::SetColor(Vector4<float> const& color)
49
{
50
auto* data = mColor->Get<Vector4<float>>();
51
*data = color;
52
}
53
54
55
std::string const TextEffect::msGLSLVSSource =
Callers
1
Typeset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected