ClearBackground abstract method

void ClearBackground(
  1. ColorStructType color
)

Set background color (framebuffer clear color)

Implementation

void ClearBackground(
  ColorStructType color,
);