the raw color code
Optionalcolora packed little-endian uint32 color, only present for highlighter strokes
Logical channels are RGBA, stored in BGRA byte order (the integer is
0xAARRGGBB): r = (v >> 16) & 0xff, g = (v >> 8) & 0xff, b = v & 0xff, a = (v >> 24) & 0xff. Kept as the raw packed value.
the sampled points
the length at which the stroke starts
the stroke thickness scale
the raw pen/tool code
a version 6 stroke