ImageAlphaPremultiply method

void ImageAlphaPremultiply(
  1. Pointer<ImageC> image
)

Implementation

void ImageAlphaPremultiply(Pointer<ImageC> image) {
  return _ImageAlphaPremultiply(image);
}