Start point coordinates
End point coordinates
Line color to draw
・See GCOLOR for a description of color codes.
・If not specified, the color set in GCOLOR is used.
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 |
・0 is the default.
GLINE 0,0,399,239,RGB(0,255,255)