Versions in this module Expand all Collapse all v0 v0.0.26 Nov 26, 2025 Changes in this version + const HeaderLen + const HeaderV3 + const HeaderV5 + const Height + const Width + type BrushColor uint32 + const Black + const Grey + const White + type BrushSize float32 + const Large + const Medium + const Small + type BrushType uint32 + const BallPoint + const BallPointV5 + const Brush + const BrushV5 + const EraseArea + const Eraser + const Fineliner + const FinelinerV5 + const Highlighter + const HighlighterV5 + const Marker + const MarkerV5 + const SharpPencil + const SharpPencilV5 + const TiltPencil + const TiltPencilV5 + type Layer struct + Lines []Line + type Line struct + BrushColor BrushColor + BrushSize BrushSize + BrushType BrushType + Padding uint32 + Points []Point + Unknown float32 + type Point struct + Direction float32 + Pressure float32 + Speed float32 + Width float32 + X float32 + Y float32 + type Rm struct + Layers []Layer + Version Version + func New() *Rm + func (rm *Rm) MarshalBinary() (data []byte, err error) + func (rm *Rm) UnmarshalBinary(data []byte) error + func (rm Rm) String() string + type Version int + const V3 + const V5