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

Method tintColor

scripts/chaining.js:244–247  ·  view source on GitHub ↗
(color)

Source from the content-addressed store, hash-verified

242 return this;
243 }
244 tintColor(color) {
245 this.widgetImage.tintColor = color;
246 return this;
247 }
248 url(url) {
249 this.widgetImage.url = url;
250 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected