From d96819756a30e82b52798487343a4fcbdec11a88 Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 27 Nov 2009 22:44:15 +0000 Subject: Fixed: polygon filling in the IMAGERGB driver when the segments contain horizontal lines. --- html/en/cdluaim.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'html/en/cdluaim.html') diff --git a/html/en/cdluaim.html b/html/en/cdluaim.html index 6629558..72b3c77 100644 --- a/html/en/cdluaim.html +++ b/html/en/cdluaim.html @@ -38,11 +38,12 @@ and IMLua were initialized. require"cdluaim" can also be used.

Creates a cdBitmap from an imImage, but reuses image data. When the cdBitmap is destroyed, the data is preserved.

image:cdCanvasPutImageRect(canvas: cdCanvas, x: number, y: number, w: number, h: number, xmin: number, xmax: number, ymin: number, ymax: number) [in Lua] 
-

    Draws the imImage into the given cdCanvas. The imImage must be a -bitmap image, see \ref imImageIsBitmap.

+

    Draws the imImage into the given cdCanvas. The imImage +must be a bitmap image, see imImageIsBitmap in IM documentation.

image:wdCanvasPutImageRect(canvas: cdCanvas, x: number, y: number, w: number, h: number, xmin: number, xmax: number, ymin: number, ymax: number) [in Lua]     

Draws the imImage into the given cdCanvas using world coordinates. The -imImage must be a bitmap image, see \ref imImageIsBitmap.

+imImage must be a bitmap image, see imImageIsBitmap in IM +documentation.

image:cdCanvasGetImage(canvas: cdCanvas, x: number, y: number) [in Lua]     

Retrieve the imImage data from the given cdCanvas. The imImage must be a IM_RGB/IM_BYTE image.

-- cgit v1.2.3