ImageClearBackground function

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

See RaylibCoreFlatModule.ImageClearBackground.

Implementation

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