Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZetaMap/MoreCommands
/ hueToColor
Method
hueToColor
src/main/java/util/Strings.java:45–47 ·
view source on GitHub ↗
(int hue)
Source
from the content-addressed store, hash-verified
43
}
44
45
public
static
String hueToColor(
int
hue) {
46
return
Integer.toHexString(java.awt.Color.getHSBColor(hue / 360f, 1f, 1f).getRGB()).substring(2);
47
}
48
49
public
static
String RGBString(String str,
int
hue) {
50
String out =
""
;
Callers
2
run
Method · 0.95
RGBString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected