Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ setColor
Method
setColor
src/org/albite/albite/ImageButton.java:50–52 ·
view source on GitHub ↗
(final int color)
Source
from the content-addressed store, hash-verified
48
}
49
50
public
final
void
setColor(
final
int
color) {
51
image.setColorTone(color);
52
}
53
54
public
final
void
draw(
final
Graphics g,
final
int
x,
final
int
y) {
55
image.draw(g, x, y);
Callers
15
renderPage
Method · 0.80
renderPageSelected
Method · 0.80
paint
Method · 0.80
drawButtons
Method · 0.80
drawChapterNum
Method · 0.80
drawProgressBar
Method · 0.80
drawClock
Method · 0.80
processPointerPressed
Method · 0.80
processPointerReleased
Method · 0.80
colorizeButtons
Method · 0.80
applyColorProfile
Method · 0.80
draw
Method · 0.80
Calls
1
setColorTone
Method · 0.80
Tested by
no test coverage detected