| TYPE | NAME | DESCRIPTION |
|---|---|---|
| DRAWABLE | drawable | The affected drawable |
| FLOAT | exposure | The exposer of the strokes (0 <= exposure <= 100) |
| INT32 | dodgeburn_type | The type either dodge or burn: { DODGE (0), BURN (1) } |
| INT32 | dodgeburn_mode | The mode: { DODGEBURN_HIGHLIGHTS (0), DODGEBURN_MIDTONES (1), DODGEBURN_SHADOWS (2) } |
| 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 } |