ImageClearBackground function

void ImageClearBackground(
  1. Pointer<ImageC> dst,
  2. ColorC color
)

Implementation

void ImageClearBackground(Pointer<ImageC> dst, ColorC color) => _module.ImageClearBackground(dst, color);