We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We can customize our brush and paint with the different set of property. To start drawing on the image we need to enable the drawing mode
mPhotoEditor.setBrushDrawingMode(true);
mPhotoEditor.setBrushSize(brushSize)
mPhotoEditor.setOpacity(opacity)
mPhotoEditor.setBrushColor(colorCode)
mPhotoEditor.brushEraser()
Note: Whenever you set any property for the brush for drawing it will automatically enable the drawing mode
Getting Started
Features