Skip to content

Per Tool Settings

Pre-release
Pre-release

Choose a tag to compare

@harshkhandeparkar harshkhandeparkar released this 27 Feb 06:41
· 1 commit to main since this release

Removed (RealDrawBoard)

  • changeBrushSize, changeBrushColor and changeEraserSize methods: Dropped in favor of the changeToolSetting method.
  • brushSize, brushColor and eraserSize properties: In favor of the toolSettings property.

Added (RealDrawBoard)

  • toolSettings property: Stores the settings for all the tools. See README.
  • changeToolSetting method: Changes a specific setting. See README.
  • changeRate tool setting: To change the rate at which the rainbow_brush tool changes color.
  • lineThickness and lineColor tool settings: To separately set the line and brush colors.