PaNaVTEC / DrawableView

A view that allows to paint and saves the result as a bitmap
http://panavtec.me
Apache License 2.0
585 stars 99 forks source link

Set a color for background and canvas border #9

Closed PaNaVTEC closed 9 years ago

PaNaVTEC commented 9 years ago

Setting colors for canvas and background:

configBuilder
...
        canvasBackgroundColor( - Color - ).
        canvasBorderColor(- Color - ).
...