| TYPE | NAME | DESCRIPTION |
|---|---|---|
| DRAWABLE | drawable | The affected drawable |
| INT32 | interpolation | Whether to use interpolation |
| FLOAT | source_x | X coordinate of the transformation center |
| FLOAT | source_y | Y coordinate of the transformation center |
| FLOAT | scale_x | Amount to scale in x direction |
| FLOAT | scale_y | Amount to scale in y direction |
| FLOAT | angle | The angle of rotation (radians) |
| FLOAT | dest_x | X coordinate of where the centre goes |
| FLOAT | dest_y | Y coordinate of where the centre goes |
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| DRAWABLE | drawable | The transformed drawable |