Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ Color
Method
Color
src/vmfWriter/Color.java:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
public
static
final
Color FULL =
new
Color(255, 255, 255);
12
13
public
Color() {
14
15
}
16
17
public
Color(java.awt.Color color) {
18
this(color.getRed(), color.getGreen(), color.getBlue());
Callers
nothing calls this directly
Calls
3
getRed
Method · 0.80
getGreen
Method · 0.80
getBlue
Method · 0.80
Tested by
no test coverage detected