Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getColor
Method
getColor
src/main/java/net/optifine/CustomColormap.java:341–345 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
339
}
340
341
public
int
getColor(
int
index)
342
{
343
index = Config.limit(index, 0, this.colors.length - 1);
344
return
this.colors[index] & 16777215;
345
}
346
347
public
int
getColor(
int
cx,
int
cy)
348
{
Callers
6
isValid
Method · 0.95
getColorSmooth
Method · 0.95
getColorVanilla
Method · 0.95
getColorGrid
Method · 0.95
getColorMultiplier
Method · 0.95
getStemColorMultiplier
Method · 0.95
Calls
4
limit
Method · 0.95
getColorBiome
Method · 0.95
getColorVanilla
Method · 0.95
getColorGrid
Method · 0.95
Tested by
no test coverage detected