| TYPE | NAME | DESCRIPTION |
|---|---|---|
| DRAWABLE | drawable | The affected drawable |
| INT32 | num_strokes | Number of stroke control points (count each coordinate as 2 points) |
| FLOATARRAY | strokes | Array of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y } |
| INT32 | hardness | HARD (0) or SOFT (1) |
| INT32 | method | CONTINUOUS (0) or INCREMENTAL (1) |