Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miihir79 authored Jul 23, 2021
1 parent 7f68d82 commit 2d3dd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ allprojects {
```Kotlin
drawing_view.setBrushAlpha(120)// values from 0-255
drawing_view.setBrushColor(R.color.white)
drawing_view.setSizeForBrush(12) // takes value from 0-70
drawing_view.setSizeForBrush(12) // takes value from 0-200
drawing_view.undo()
drawing_view.redo()
drawing_view.redo(Color.WHITE) // give the color same as the background color
Expand All @@ -84,7 +84,7 @@ Link for the color picker: /~https://github.com/Dhaval2404/ColorPicker

### setSizeForBrush

This function takes any value from 0-70 as an input. You can check it's implementation here:
This function takes any value from 0-200 as an input. You can check it's implementation here:

<img src="https://user-images.githubusercontent.com/66465511/126199495-a1e4cc19-5a06-48f6-b6a8-f1301c82db1f.gif" width="250" />

Expand Down

0 comments on commit 2d3dd70

Please sign in to comment.