hasMipMap

open fun hasMipMap(@NonNull bitmap: @NonNull Bitmap): Boolean(source)

Deprecated

Call hasMipMap directly.

Indicates whether the renderer responsible for drawing this bitmap should attempt to use mipmaps when this bitmap is drawn scaled down.

If you know that you are going to draw this bitmap at less than 50% of its original size, you may be able to obtain a higher quality

This property is only a suggestion that can be ignored by the renderer. It is not guaranteed to have any effect.

Return

true if the renderer should attempt to use mipmaps, false otherwise

See also