This might be a stupid question but I\'m surprised that Paint class has no setColor(Color c) method. I want to do the following:
Paint
setColor(Color c)
pu
R.color.black or some color are obviously integers. It needs a RGB value. You can give your own like #FF123454 which represents various primary colors
R.color.black
#FF123454