mipmaps

fun <T : Bitmap> T.mipmaps(enable: Boolean = true): T

Enable or disable mipmap generation for this Bitmap

Import: For this to work, both Bitmap.width and Bitmap.height must be power of two: 2, 4, 8, ..., 512, 1024, ..., 4096

(Not used directly by KorIM, but KorGE)