From a70ccabdeb03fa5c6a2b1a594202659a7ebacd33 Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 1 Dec 2009 18:54:38 +0000 Subject: *** empty log message *** --- html/en/drv/irgb.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'html') diff --git a/html/en/drv/irgb.html b/html/en/drv/irgb.html index 20101b6..5f6718e 100644 --- a/html/en/drv/irgb.html +++ b/html/en/drv/irgb.html @@ -14,7 +14,7 @@

This driver allows access to a Client Image, an imaged based in RGB colors with 24 or 32 bits per pixel (8 per channel). - It is used to implement high-quality offscreen drawings, but is slower than the Server Image version. In fact, it is a + It is used to implement high-quality off-screen drawings, but is slower than the Server Image version. In fact, it is a rasterizer, that is, it converts vector primitives into a raster representation. All primitives are implemented by the library and are not system-dependent (the primitives of the Server Image version are system-dependent).

@@ -77,6 +77,13 @@ cd.ImageRGBBitmap(canvas: cdCanvas) -> (bitmap: cdBitmap) [in Lua] UpdateYAxis: does nothing. The axis orientation is the same as the CD library's. +

Attributes

+

Colors