# Pen

A class that pens in square areas for the Drawer.

# Constructor

Instantiates a Pen tool.

  • Arguments
    • options
      • Type: Object
      • Properties:

# Instance Accessors

# size

The size of the square area to draw using the pen.

  • get
    • Type: number
    • Default: 1
  • set
    • Type: number

# paletteIndex

The index on the palette indicating the color to fill in the pixel.

  • get
    • Type: number
    • Default: 0
  • set
    • Type: number
Last Updated: 11/30/2020, 9:31:43 PM