Android change canvas background color without losing any drawings from it

后端 未结 3 1750
暗喜
暗喜 2021-02-09 02:22

I\'m trying to find a way to set background of canvas with a color picked up from custom color picker without removing any drawings on it. I\'m trying to create an application w

3条回答
  •  梦如初夏
    2021-02-09 02:38

    When you draw the color, it's drawn over your drawings. You need to draw the color, and then draw every thing else again.

提交回复
热议问题