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

Method color

src/effects/SSAOEffect.js:405–409  ·  view source on GitHub ↗

* The color of the ambient occlusion. Set to `null` to disable. * * @type {Color}

()

Source from the content-addressed store, hash-verified

403 */
404
405 get color() {
406
407 return this.uniforms.get("color").value;
408
409 }
410
411 set color(value) {
412

Callers

nothing calls this directly

Calls 3

setMethod · 0.80
setChangedMethod · 0.80
deleteMethod · 0.80

Tested by

no test coverage detected