ImageClearBackground abstract method

void ImageClearBackground(
  1. ImageStructType dst,
  2. ColorStructType color
)

Implementation

void ImageClearBackground(
  ImageStructType dst,
  ColorStructType color,
);