MCPcopy 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

getRedMethod · 0.80
getGreenMethod · 0.80
getBlueMethod · 0.80

Tested by

no test coverage detected