MCPcopy Create free account
hub / github.com/devforth/painterro / setEraserWidth

Method setEraserWidth

js/main.js:1498–1500  ·  view source on GitHub ↗
(width)

Source from the content-addressed store, hash-verified

1496 }
1497
1498 setEraserWidth(width) {
1499 setPrimitiveToolValue(width,this.primitiveTool,'setEraserWidth','eraserWidth');
1500 }
1501
1502 setPixelSize(size) {
1503 setPrimitiveToolValue(size,this.primitiveTool,'setPixelSize','pixelSize');

Callers 2

constructorMethod · 0.45
actionMethod · 0.45

Calls 1

setPrimitiveToolValueFunction · 0.90

Tested by

no test coverage detected