summaryrefslogtreecommitdiff
path: root/html/en
diff options
context:
space:
mode:
authorscuri <scuri>2009-12-01 18:54:38 +0000
committerscuri <scuri>2009-12-01 18:54:38 +0000
commita70ccabdeb03fa5c6a2b1a594202659a7ebacd33 (patch)
tree6f0155acadca7a145446ae90770621b15dafe23e /html/en
parentdae1bed96c9ad7654f44ec486bd71c04936e7fa7 (diff)
*** empty log message ***
Diffstat (limited to 'html/en')
-rw-r--r--html/en/drv/irgb.html15
1 files changed, 11 insertions, 4 deletions
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 @@
<p>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).</p>
@@ -77,6 +77,13 @@ cd.ImageRGBBitmap(canvas: cdCanvas) -&gt; (bitmap: cdBitmap) [in Lua]</font></h4
<li><a href="../func/coordinates.html#cdUpdateYAxis"><font face="Courier">
<strong>UpdateYAxis</strong></font></a>: does nothing. The axis orientation is the same as the CD library's.</li>
</ul>
+<h4>Attributes </h4>
+<ul>
+ <li><a href="../func/attributes.html#cdWriteMode"><font face="Courier">
+ <strong>
+ WriteMode</strong></font></a>: if alpha transparency is used in colors or
+ images, then XOR or NOT_XOR behave as REPLACE.</li>
+</ul>
<h4>Colors </h4>
<ul>
<li><a href="../func/color.html#cdGetColorPlanes"><font face="Courier">
@@ -99,9 +106,9 @@ cd.ImageRGBBitmap(canvas: cdCanvas) -&gt; (bitmap: cdBitmap) [in Lua]</font></h4
</ul>
<ul>
- <li>&quot;<b><font face="Courier">ANTIALIAS</font></b>&quot;: controls the use of anti-aliasing
- for line primitives. Assumes values &quot;1&quot; (active) and &quot;0&quot; (inactive). Default value: &quot;1&quot;.
- Notice that text is always antialiased.</li>
+ <li>&quot;<b><font face="Courier">ANTIALIAS</font></b>&quot;: controls the use of
+ anti-aliasing for line primitives. Assumes values &quot;1&quot; (active) and &quot;0&quot;
+ (inactive). Default value: &quot;1&quot;.</li>
</ul>
<ul>