Start point X, Y coordinate, width, height of the copy destination range
・If not specified, the current clipping area is used.
Numeric array that stores image data by GSAVE
Color code to multiply the image data in the image array
・If not specified, the image array is used as it is.
0 | Simple Drawing | #G_NORMAL |
1 | Simple Drawing when transparency is not 0 | #G_NORMAL2 |
2 | Translucent Drawing | #G_ALPHA |
3 | Translucent Drawing considering transparency of drawing destination | #G_ALPHA2 |
4 | Addition Drawing | #G_ADD |
GLOAD 0,0,512,512,WORK,0 GLOAD WORK,#C_RED,0
Start point X, Y coordinate, width, height (dot) of the copy destination range
・If not specified, the current clipping area is used.
Numeric array containing images stored in indexed image format
Numeric array containing palette data
・The palette data is a numerical array having more elements than the maximum number used in the index image, and each element contains a color code corresponding to the numerical value in the index image.
Color code to multiply the image data in the image array
・If not specified, the image array is used as it is.
0 | Simple Drawing | #G_NORMAL |
1 | Simple Drawing when transparency is not 0 | #G_NORMAL2 |
2 | Translucent Drawing | #G_ALPHA |
3 | Translucent Drawing considering transparency of drawing destination | #G_ALPHA2 |
4 | Addition Drawing | #G_ADD |
GLOAD 0,0,512,512,WORK,PALETTE,0 GLOAD WORK,PALETTE,#C_BLUE,1