Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ alphaF
Method
alphaF
source/core/StarColor.cpp:245–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
float Color::alphaF() const {
246
return m_data[3];
247
}
248
249
bool Color::isClear() const {
250
return m_data[3] == 0;
Callers
6
render
Method · 0.80
beamDrawables
Method · 0.80
renderWire
Method · 0.80
processImageOperation
Function · 0.80
drawEntityLayer
Method · 0.80
applyCommands
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected