ImageClearBackground method
Implementation
void ImageClearBackground(
ImageD dst,
ColorD color,
) => run(
() => 'ImageClearBackground($dst, $color)',
() => _refUpdateImage(dst,
(p) => rl.Core.ImageClearBackground(
p,
_refColor1(color).ref,
),
),
);