MCPcopy Create free account
hub / github.com/NMWplays/Glowify / remove

Function remove

theme.js:330–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328 get tintIntensity() {
329 return this._tintIntensity;
330 }
331 set tintIntensity(value) {
332 const newValue = Math.max(0, Math.min(1, value));
333 if (newValue !== this._tintIntensity) {
334 this._tintIntensity = newValue;
335 if (this.hasImage) {
336 this.reblurCurrentImage();
337 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected