the color code, named by rmColors
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.
Optionalmovethe stroke's move id, if the file carried one
the sampled points
the length at which the stroke starts
the stroke thickness scale
Optionaltimestampthe stroke's timestamp id, if the file carried one
the pen code, named by rmBrushes
a version 6 stroke