MCPcopy 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
245float Color::alphaF() const {
246 return m_data[3];
247}
248
249bool Color::isClear() const {
250 return m_data[3] == 0;

Callers 6

renderMethod · 0.80
beamDrawablesMethod · 0.80
renderWireMethod · 0.80
processImageOperationFunction · 0.80
drawEntityLayerMethod · 0.80
applyCommandsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected