MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / SetA

Method SetA

TombEngine/Specific/RGBAColor8Byte.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void RGBAColor8Byte::SetA(byte v)
93{
94 a = std::clamp<byte>(v, 0, 255);
95}
96
97RGBAColor8Byte::operator Color() const
98{

Callers 1

DrawAmmoSelectorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected