I draw a bitmap onto a canvas using the following call:
_playerImage = BitmapFactory.decodeResource(getResources(), R.drawable.player);
How
You can use a ColorFilter on your Paint when you draw the bitmap.
ColorFilter
Paint