MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / toRgba

Method toRgba

source/core/StarColor.cpp:314–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314Vec4B Color::toRgba() const {
315 return Vec4B(red(), green(), blue(), alpha());
316}
317
318Vec3B Color::toRgb() const {
319 return Vec3B(red(), green(), blue());

Callers 15

debugShowSpawnCellsMethod · 0.80
HumanoidIdentityMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
setFavoriteColorMethod · 0.80
WorldStructureMethod · 0.80
MonsterDatabaseMethod · 0.80
readCommonParametersMethod · 0.80
TileDrawerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected