ImageAlphaClear method

void ImageAlphaClear(
  1. Pointer<ImageC> image,
  2. ColorC color,
  3. double threshold
)

Clear alpha channel to desired color

Implementation

void ImageAlphaClear(Pointer<ImageC> image, ColorC color, double threshold)
  => _ImageAlphaClear(image, color, threshold);