MCPcopy Create free account
hub / github.com/HumbleUI/Skija / setColor

Method setColor

examples/scenes/src/DrawableScene.java:99–104  ·  view source on GitHub ↗
(int color)

Source from the content-addressed store, hash-verified

97 }
98
99 public void setColor(int color) {
100 this.color = color;
101 var prevGen =getGenerationId();
102 notifyDrawingChanged();
103 // System.out.println(prevGen + " -> " + getGenerationId() + " Drawable::notifyDrawingChanged");
104 }
105
106 public void setText(String text) {
107 this.text = text;

Callers 3

drawMethod · 0.95
DrawableSceneClass · 0.45
onDrawMethod · 0.45

Calls 2

notifyDrawingChangedMethod · 0.80
getGenerationIdMethod · 0.45

Tested by

no test coverage detected