ImageAlphaClear function

void ImageAlphaClear(
  1. ImageD image,
  2. ColorD color,
  3. num threshold
)

Implementation

void ImageAlphaClear(
  ImageD image,
  ColorD color,
  num threshold,
) => _module.ImageAlphaClear(image, color, threshold);