Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
paintDisplayable
Method · 0.95
setGrayScale
Method · 0.95
paint
Method · 0.45
Calls
1
implementationError
Method · 0.95
Tested by
no test coverage detected