lines-are-beautiful  0.0
A C++ file API for the reMarkable e-ink tablet
Enumerations
rmlab::Brushes Namespace Reference

Enumerations

enum  Brushes {
  pen1 = 2u, pen2 = 3u, fineliner = 4u, pencil_sharp = 7u,
  pencil_tilt = 1u, brush = 0u, highlighter = 5u, rubber = 6u,
  unknown_brush = 7u, rubber_area = 8u, erase_all = 9u, selection_brush1 = 10u,
  selection_brush2 = 11u, fine_line1 = 12u, fine_line2 = 13u, fine_line3 = 14u
}
 

Detailed Description

Types of brushes.

Each brush defines the texture and sensitivity of strokes that are applied to the canvas when the pen is used. Brush type can be selected using the GUI. There is exactly one brush type associated with each line.

Brush Type Pressure Speed Tilt
Ballpoint pen X
Marker pen X X
Fineliner pen
Sharp pencil
Tilt pencil X X
Brush X X X

Refer to https://blog.remarkable.com/f53c8faeab77 for a visual overview of the differences between the brush types.

Enumeration Type Documentation

◆ Brushes

Enumerator
pen1 

Ballpoint pen.

GUI: 1-1

pen2 

Marker pen.

GUI: 1-2

fineliner 

Fineliner pen.

GUI: 1-3

pencil_sharp 

Sharp pencil.

GUI: 2-1

pencil_tilt 

Tilt pencil.

GUI: 2-2

brush 

Paintbrush.

GUI: 3

highlighter 

Highlighter.

GUI: 4 (always color 0)

rubber 

Eraser.

GUI: 5-1

unknown_brush 

not in GUI

rubber_area 

Erase selection.

GUI: 5-2

erase_all 

Erase page.

GUI: 5-3

selection_brush1 

Selection brush

not in GUI

selection_brush2 

Selection brush

not in GUI

fine_line1 

Fine line

not in GUI