MCPcopy Create free account
hub / github.com/pmndrs/postprocessing / inverted

Method inverted

src/effects/ASCIIEffect.js:141–145  ·  view source on GitHub ↗

* Controls whether the effect should be inverted. * * @type {Boolean}

()

Source from the content-addressed store, hash-verified

139 */
140
141 get inverted() {
142
143 return this.defines.has("INVERTED");
144
145 }
146
147 set inverted(value) {
148

Callers

nothing calls this directly

Calls 3

setMethod · 0.80
deleteMethod · 0.80
setChangedMethod · 0.80

Tested by

no test coverage detected