MCPcopy 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

renderPageMethod · 0.80
renderPageSelectedMethod · 0.80
paintMethod · 0.80
drawButtonsMethod · 0.80
drawChapterNumMethod · 0.80
drawProgressBarMethod · 0.80
drawClockMethod · 0.80
processPointerPressedMethod · 0.80
colorizeButtonsMethod · 0.80
applyColorProfileMethod · 0.80
drawMethod · 0.80

Calls 1

setColorToneMethod · 0.80

Tested by

no test coverage detected