We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a593c7e commit cf53115Copy full SHA for cf53115
drawpixels/api/drawpixels.script_api
@@ -342,3 +342,26 @@
342
type: number
343
- name: alpha
344
345
+
346
+ - name: copy_pixels
347
+ type: function
348
+ desc: Copy a rectangular region of pixels from one buffer to another with optional alpha blending
349
+ parameters:
350
+ - name: dest_buffer
351
+ type: table
352
+ - name: src_buffer
353
354
+ - name: rect_x
355
+ type: number
356
+ - name: rect_y
357
358
+ - name: rect_width
359
360
+ - name: rect_height
361
362
+ - name: dest_x
363
364
+ - name: dest_y
365
366
+ - name: merge_alpha
367
+ type: boolean
0 commit comments