MCPcopy Create free account
hub / github.com/Normal-Tangerine8609/Scriptable-Widgets / imageOpacity

Method imageOpacity

scripts/chaining.js:224–227  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

222 return this;
223 }
224 imageOpacity(number) {
225 this.widgetImage.imageOpacity = number;
226 return this;
227 }
228 imageSize(size) {
229 this.widgetImage.imageSize = size;
230 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected