ImageClearBackground function

void ImageClearBackground(
  1. ImageD dst,
  2. ColorD color
)

Implementation

void ImageClearBackground(
  ImageD dst,
  ColorD color,
) => _module.ImageClearBackground(dst, color);