diff options
author | scuri <scuri> | 2009-11-27 22:44:15 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-11-27 22:44:15 +0000 |
commit | d96819756a30e82b52798487343a4fcbdec11a88 (patch) | |
tree | 628d1c0bc03ee7eb443dba2850d34b589f2d32c1 /html/en/cdluaim.html | |
parent | c4ca69d3fa84dca98dce71c7a71b61413d6be165 (diff) |
Fixed: polygon filling in the IMAGERGB driver when the segments contain horizontal lines.
Diffstat (limited to 'html/en/cdluaim.html')
-rw-r--r-- | html/en/cdluaim.html | 7 |
1 files changed, 4 insertions, 3 deletions
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. <br> <p>Creates a cdBitmap from an imImage, but reuses image data. When the cdBitmap is destroyed, the data is preserved. </p> <pre class="function">image:cdCanvasPutImageRect(canvas: cdCanvas, x: number, y: number, w: number, h: number, xmin: number, xmax: number, ymin: number, ymax: number) [in Lua] </pre> -<p> Draws the imImage into the given cdCanvas. The imImage must be a -bitmap image, see \ref imImageIsBitmap. </p> +<p> Draws the imImage into the given cdCanvas. The imImage +must be a bitmap image, see <strong>imImageIsBitmap</strong> in IM documentation. </p> <pre class="function">image:wdCanvasPutImageRect(canvas: cdCanvas, x: number, y: number, w: number, h: number, xmin: number, xmax: number, ymin: number, ymax: number) [in Lua] </pre> <p>Draws the imImage into the given cdCanvas using world coordinates. The -imImage must be a bitmap image, see \ref imImageIsBitmap. </p> +imImage must be a bitmap image, see <strong>imImageIsBitmap</strong> in IM +documentation. </p> <pre class="function">image:cdCanvasGetImage(canvas: cdCanvas, x: number, y: number) [in Lua] </pre> <p>Retrieve the imImage data from the given cdCanvas. The imImage must be a IM_RGB/IM_BYTE image. </p> |