ClearBackground method

void ClearBackground(
  1. ColorC color
)

Implementation

void ClearBackground(ColorC color) {
  return _ClearBackground(color);
}