![]() |
Pioneer
|
#include "Color.h"

Go to the source code of this file.
Namespaces | |
| namespace | LuaColor |
Functions | |
| void | LuaColor::Register (lua_State *L) |
| Color4ub * | LuaColor::PushNewToLua (lua_State *L) |
| void | LuaColor::PushToLua (lua_State *L, const Color4ub &v) |
| const Color4ub * | LuaColor::GetFromLua (lua_State *L, int idx) |
| Color4ub * | LuaColor::CheckFromLua (lua_State *L, int idx) |
| void | pi_lua_generic_push (lua_State *l, const Color4ub &value) |
| void | pi_lua_generic_pull (lua_State *l, int index, Color4ub &out) |
| bool | pi_lua_strict_pull (lua_State *l, int index, Color4ub &out) |
Variables | |
| const char | LuaColor::LibName [] = "Color" |
| const char | LuaColor::TypeName [] = "Color" |
|
inline |

|
inline |

|
inline |
