| Name | Type | Description |
|---|---|---|
| x | number | |
| y | number | |
| c | number | color for the pixel |
| Name | Type | Description |
|---|---|---|
| x | number | |
| y | number | |
| image | PaintUtilsImage | load with paintutils |
| Name | Type | Description |
|---|---|---|
| x1 | number | x of starting position of the buffer's window |
| y1 | number | y of starting position of the buffer's window |
| x2 | number | x of ending position of the buffer's window |
| y2 | number | y of ending position of the buffer's window |
| Name | Type | Description |
|---|---|---|
| x1 | number | |
| y1 | number | |
| x2 | number | |
| y2 | number | |
| x3 | number | |
| y3 | number | |
| c | number | fill color |
| depth | number | distance to the triangle |
| z1 | number | when interpolation is on: depth for the first vertex |
| z2 | number | when interpolation is on: depth for the second vertex |
| z3 | number | when interpolation is on: depth for the third vertex |
| Name | Type | Description |
|---|---|---|
| enabled | boolean | if enabled, uses depth interpolation (default) |
| Name | Type | Description |
|---|---|---|
| enabled | boolean | if enabled, uses black as default outline color for triangles |