add canvas:set_data

This commit is contained in:
MihailRis
2025-03-08 14:55:17 +03:00
parent 22d49c1c65
commit 6078a8802e
4 changed files with 32 additions and 10 deletions
+1
View File
@@ -180,6 +180,7 @@ Here, *color* can be specified in the following ways:
| data:clear() | clears the canvas |
| data:clear(*color*) | fills the canvas with the specified RGBA color |
| data:update() | applies changes to the canvas and uploads it to the GPU |
| data:set_data(data: table<int>) | replaces pixel data (width * height * 4 numbers) |
## Inventory