|
LPCGame
A Simple 2d Game Engine
|
#include <luaccolor.h>
Inherits LuaC::UdataLib< Color >.
Static Public Member Functions | |
| static int | luaopen_color (lua_State *l) |
| Open the Color library for Lua state l. | |
Static Public Member Functions inherited from LuaC::UdataLib< Color > | |
| static Color * | Allocate (lua_State *l) |
| static void | Push (lua_State *l, const Color *obj) |
| static void | Copy (lua_State *from, int idx, lua_State *too) |
| static Color * | Check (lua_State *l, int i) |
The Lua library for the Color class