LuaInterface.LuaDLL.luaS_pushColor C# (CSharp) Method

luaS_pushColor() private method

private luaS_pushColor ( IntPtr l, float x, float y, float z, float w ) : void
l System.IntPtr
x float
y float
z float
w float
return void
        public static extern void luaS_pushColor(IntPtr l, float x, float y, float z, float w);
LuaDLL