LuaBox
Loading...
Searching...
No Matches
DisplayLineV.h File Reference
#include "lua_include.h"
#include "global.h"

Go to the source code of this file.

Functions

int DisplayLineV (lua_State *L_)
 Draw a vertical line on the sprite buffer.

Function Documentation

◆ DisplayLineV()

int DisplayLineV ( lua_State * L_)

Draw a vertical line on the sprite buffer.

Parameters
L_Lua state; expects arguments: 1: x (X coordinate), 2: y (start Y), 3: h (height), 4: color (16-bit RGB565).
Returns
int Pushes no values to Lua stack.
Note
The sprite uses 16-bit RGB565 color format.