ImageAlphaClear abstract method

void ImageAlphaClear(
  1. ImageStructType image,
  2. ColorStructType color,
  3. num threshold
)

Implementation

void ImageAlphaClear(
  ImageStructType image,
  ColorStructType color,
  num threshold,
);