Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ colorMask
Method
colorMask
bwapi/BWAPI/Source/BW/Font.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
int FontChar::colorMask(int index) const
120
{
121
return this->data[index] & 7;
122
}
123
int FontChar::pixelOffset(int index) const
124
{
125
return this->data[index] >> 3;
Callers
1
blitString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected