lines-are-beautiful
0.0
A C++ file API for the reMarkable e-ink tablet
|
#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< Point > | points |
Element of a layer, containing a set of points resulting from a single brush stroke.
float rmlab::Line::brush_base_size |
Base size of the brush as selected while drawing the line.
int32_t rmlab::Line::brush_type |
Kind of brush that was selected while drawing the line.
int32_t rmlab::Line::color |
Color of the brush as selected while drawing the line.
int32_t rmlab::Line::npoints |
Number of points in this line.
std::list< Point > rmlab::Line::points |
All points contained in this line, in the order they were drawn.
int32_t rmlab::Line::unknown_line_attribute |
Attribute whose purpose is still unknown.