ImageClearBackground method

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

Clear image background with given color

Implementation

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