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

Method color

src/effects/ASCIIEffect.js:107–111  ·  view source on GitHub ↗

* A color that overrides the scene colors. * * @type {Color | String | Number | null}

()

Source from the content-addressed store, hash-verified

105 */
106
107 get color() {
108
109 return this.uniforms.get("color").value;
110
111 }
112
113 set color(value) {
114

Callers

nothing calls this directly

Calls 3

setMethod · 0.80
deleteMethod · 0.80
setChangedMethod · 0.80

Tested by

no test coverage detected