ImageAlphaClear abstract method

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

Clear alpha channel to desired color

Implementation

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