Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
void RGBAColor8Byte::SetA(byte v)
93
{
94
a = std::clamp<byte>(v, 0, 255);
95
}
96
97
RGBAColor8Byte::operator Color() const
98
{
Callers
1
DrawAmmoSelector
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected