ClearBackground method
Set background color (framebuffer clear color)
Implementation
@override
void ClearBackground(
ColorD color,
) => run(
() => RaylibDebugLabels.ClearBackground(color),
() => rl.Core.ClearBackground(
rl.Temp.Color$.Ref1(color).ref,
),
);