MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fillRectangle

Function fillRectangle

examples/commodetto/docs/main.js:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30let blue = poco.makeColor(0, 0, 255);
31
32function fillRectangle() {
33 poco.fillRectangle(gray, 0, 0, poco.width, poco.height);
34 poco.fillRectangle(red, 0, 0, poco.width / 2, poco.height);
35 poco.blendRectangle(blue, 128, poco.width / 4,
36 0, poco.width / 2, poco.height);
37}
38
39function origin() {
40 poco.fillRectangle(gray, 0, 0, poco.width, poco.height);

Callers

nothing calls this directly

Calls 2

blendRectangleMethod · 0.80
fillRectangleMethod · 0.65

Tested by

no test coverage detected