* The output color space. * * Should only be changed if this effect converts the input colors to a different color space. * * @type {ColorSpace} * @experimental
()
| 194 | */ |
| 195 | |
| 196 | get outputColorSpace() { |
| 197 | |
| 198 | return this._outputColorSpace; |
| 199 | |
| 200 | } |
| 201 | |
| 202 | /** |
| 203 | * @type {ColorSpace} |
nothing calls this directly
no test coverage detected