ClearBackground function

void ClearBackground(
  1. ColorC color
)

Implementation

void ClearBackground(ColorC color) => _module.ClearBackground(color);