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

Enumerations

enum  Colors { black = 0u, grey = 1u, white = 2u }
 

Detailed Description

Shades of grey.

Defines the color of the brush used for a line. As the reMarkable uses a E Ink display, it only handles shades of grey (no colors). There is exactly one color selected for each line.

Enumeration Type Documentation

◆ Colors

Enumerator
black 

Black color.

grey 

Grey color.

white 

White color.