darkenBitmap

private fun darkenBitmap(image: Bitmap): Bitmap

Applies a dark color filter on the given bitmap to designate it as the blank tile and distinguish it from the rest of the puzzle tiles.

Return

Bitmap with the dark color filter applied.

Parameters

image

Bitmap on which the dark color filter is applied.