ImageClearBackground abstract method
void
ImageClearBackground(
- ImageStructType dst,
- ColorStructType color
Clear image background with given color
Implementation
void ImageClearBackground(
ImageStructType dst,
ColorStructType color,
);