MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / clearBackground

Function clearBackground

src/core/index.ts:161–163  ·  view source on GitHub ↗
(color: Color)

Source from the content-addressed store, hash-verified

159}
160
161export 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

Callers 15

main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.85
interactive.tsFile · 0.85
room.tsFile · 0.85

Calls 1

bloom_clear_backgroundFunction · 0.50

Tested by

no test coverage detected