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

Method outputColorSpace

src/effects/Effect.js:196–200  ·  view source on GitHub ↗

* The output color space. * * Should only be changed if this effect converts the input colors to a different color space. * * @type {ColorSpace} * @experimental

()

Source from the content-addressed store, hash-verified

194 */
195
196 get outputColorSpace() {
197
198 return this._outputColorSpace;
199
200 }
201
202 /**
203 * @type {ColorSpace}

Callers

nothing calls this directly

Calls 1

setChangedMethod · 0.95

Tested by

no test coverage detected