(color: Color)
| 159 | } |
| 160 | |
| 161 | export function clearBackground(color: Color): void { |
| 162 | bloom_clear_background(color.r, color.g, color.b, color.a); |
| 163 | } |
| 164 | |
| 165 | /** |
| 166 | * Set the clear color from the average luminance-weighted color of |
no test coverage detected