MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / setColor

Method setColor

src/main/java/javax/microedition/lcdui/Graphics.java:139–141  ·  view source on GitHub ↗
(int RGB)

Source from the content-addressed store, hash-verified

137 }
138
139 public void setColor(int RGB) {
140 implementationError();
141 }
142
143 public void setColor(int red, int green, int blue) {
144 int rgb = blue; // 0XRRGGBB

Callers 3

paintDisplayableMethod · 0.95
setGrayScaleMethod · 0.95
paintMethod · 0.45

Calls 1

implementationErrorMethod · 0.95

Tested by

no test coverage detected