ImageToPOT method

void ImageToPOT(
  1. Pointer<ImageC> image,
  2. ColorC fill
)

Convert image to POT (power-of-two)

Implementation

void ImageToPOT(Pointer<ImageC> image, ColorC fill)
  => _ImageToPOT(image, fill);