MCPcopy 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
48void TextEffect::SetColor(Vector4<float> const& color)
49{
50 auto* data = mColor->Get<Vector4<float>>();
51 *data = color;
52}
53
54
55std::string const TextEffect::msGLSLVSSource =

Callers 1

TypesetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected