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

Method setPixelSize

js/main.js:1502–1504  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

1500 }
1501
1502 setPixelSize(size) {
1503 setPrimitiveToolValue(size,this.primitiveTool,'setPixelSize','pixelSize');
1504 }
1505
1506 setShadowOn(state) {
1507 setPrimitiveToolValue(state,this.primitiveTool,'setShadowOn','shadowOn');

Callers 1

constructorMethod · 0.45

Calls 1

setPrimitiveToolValueFunction · 0.90

Tested by

no test coverage detected