From 16603e416317c65ccedb816e94de452ffcc9fdec Mon Sep 17 00:00:00 2001
From: scuri
cdBitmap: - int w /* image width */ - int h /* image heigth */ - int type /* image type: CD_RGBA, CD_RGB or CD_MAP */+ int w -image width bitmap:Width() -> w: number [in Lua] + int h -image heigth bitmap:Height() -> h: number [in Lua] + int type -image type: CD_RGBA, CD_RGB or CD_MAP bitmap:Type() -> type: number [in Lua]
cdBitmap* cdCreateBitmap(int w, int h, int type); [in C]
cd.CreateBitmap(w, h, type: number) -> (bitmap: cdBitmap) [in Lua]
--
cgit v1.2.3