ImageClearBackground method

String ImageClearBackground(
  1. ImageBase<ImageBase> dst,
  2. ColorBase<ColorBase> color
)

Implementation

String ImageClearBackground(
  ImageBase dst,
  ColorBase color,
) => 'ImageClearBackground($dst, $color)';