summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorscuri <scuri>2010-01-26 03:10:43 +0000
committerscuri <scuri>2010-01-26 03:10:43 +0000
commit15b207139ace6ce492b948f0a5b2725c7decde2a (patch)
tree351572e9901a59d10f26a1ecc0e04efea8a1b591 /html
parent16abddf6baa103ec2181d71d9b522bcace9d990d (diff)
*** empty log message ***
Diffstat (limited to 'html')
-rw-r--r--html/en/drv/gdk.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/html/en/drv/gdk.html b/html/en/drv/gdk.html
index ea59708..e4a531b 100644
--- a/html/en/drv/gdk.html
+++ b/html/en/drv/gdk.html
@@ -84,7 +84,19 @@
<h4>Exclusive Attributes</h4>
<ul>
<li>&quot;<b><font face="Courier">GC</font></b>&quot;:&nbsp; returns the GDK graphics
- context (get only). In Lua is returned as a user data.</li>
+ context (get only). In Lua is returned as an user data.</li>
+</ul>
+
+<ul>
+ <li>&quot;<b><font face="Courier">IMGDITHER</font></b>&quot;:&nbsp; changes
+ how dithering is used in images when bpp&lt;=8. Can be &quot;NORMAL&quot; or &quot;NONE&quot;.
+ Default: &quot;NONE&quot;.</li>
+</ul>
+
+<ul>
+ <li>&quot;<b><font face="Courier">IMGINTERP</font></b>&quot;:&nbsp; changes
+ how interpolation is used in image scale. Can be &quot;BILINEAR&quot; or &quot;NEAREST&quot;.
+ Default: &quot;NEAREST&quot;.</li>
</ul>
<ul>