From 16603e416317c65ccedb816e94de452ffcc9fdec Mon Sep 17 00:00:00 2001 From: scuri Date: Mon, 14 Feb 2011 20:52:41 +0000 Subject: *** empty log message *** --- html/en/func/client.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/en') diff --git a/html/en/func/client.html b/html/en/func/client.html index 93fd9b2..fa9ec5b 100644 --- a/html/en/func/client.html +++ b/html/en/func/client.html @@ -135,9 +135,9 @@ cd.RGB2Map(imagergb: cdImageRGB, imagemap: cdImageMap, palette: cdPalette) [in L which will store the image. From this structure, the following fields are officially defined:

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