Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ connectorColorValue
Function
connectorColorValue
source/game/StarDungeonImagePart.cpp:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
String connectorColorValue(Vec4B const& color) {
72
return strf(
"{},{},{},{}"
, color[0], color[1], color[2], color[3]);
73
}
74
75
Tile variantMapToTile(JsonObject const& tile) {
76
Tile result;
Callers
1
variantMapToTile
Function · 0.85
Calls
1
strf
Function · 0.85
Tested by
no test coverage detected