ImageAlphaClear function

void ImageAlphaClear(
  1. StructPointer<ImageD> image,
  2. ColorD color,
  3. double threshold
)

See RaylibCoreFlatModule.ImageAlphaClear.

Implementation

void ImageAlphaClear(
  StructPointer<ImageD> image,
  ColorD color,
  double threshold,
) => _module.ImageAlphaClear(image, color, threshold);