lines-are-beautiful  0.0
A C++ file API for the reMarkable e-ink tablet
Public Attributes | List of all members
rmlab::Line Struct Reference

#include <Line.hpp>

Public Attributes

int32_t brush_type
 
int32_t color
 
int32_t unknown_line_attribute
 
float brush_base_size
 
int32_t npoints
 
std::list< Pointpoints
 

Detailed Description

Element of a layer, containing a set of points resulting from a single brush stroke.

See also
rmlab::Layer
rmlab::Point

Member Data Documentation

◆ brush_base_size

float rmlab::Line::brush_base_size

Base size of the brush as selected while drawing the line.

See also
rmlab::BaseSizes

◆ brush_type

int32_t rmlab::Line::brush_type

Kind of brush that was selected while drawing the line.

See also
rmlab::Brushes

◆ color

int32_t rmlab::Line::color

Color of the brush as selected while drawing the line.

See also
rmlab::Colors

◆ npoints

int32_t rmlab::Line::npoints

Number of points in this line.

◆ points

std::list< Point > rmlab::Line::points

All points contained in this line, in the order they were drawn.

◆ unknown_line_attribute

int32_t rmlab::Line::unknown_line_attribute

Attribute whose purpose is still unknown.


The documentation for this struct was generated from the following file: