MCPcopy Create free account
hub / github.com/Garten/sourcecraft / putTransparentColor

Method putTransparentColor

src/vmfWriter/ValveWriter.java:90–92  ·  view source on GitHub ↗
(String key, Color color)

Source from the content-addressed store, hash-verified

88 }
89
90 public ValveWriter putTransparentColor(String key, Color color) throws IOException {
91 return this.put(key, color.red + " " + color.green + " " + color.blue + " " + color.alpha);
92 }
93
94 public ValveWriter put(String key, Angles angles) throws IOException {
95 return this.put(key, angles.getX() + " " + angles.getY() + " " + angles.getZ());

Callers 1

writeVmfSpecificMethod · 0.80

Calls 1

putMethod · 0.95

Tested by

no test coverage detected