summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2024-02-21 18:48:49 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2024-02-21 18:48:49 +1300
commitfbec75e5847cace1edd5b10e16176f1fba18f969 (patch)
treeba196482bd0e7572e1ed9c442070554fa01c5691 /doc
parentc5b296567825c48d3658d62f01ec770449379e85 (diff)
Fl_Tiled_Image binding added
Diffstat (limited to 'doc')
-rw-r--r--doc/fl_tiled_image.html148
-rw-r--r--doc/index.html3
2 files changed, 150 insertions, 1 deletions
diff --git a/doc/fl_tiled_image.html b/doc/fl_tiled_image.html
new file mode 100644
index 0000000..7cbc7ad
--- /dev/null
+++ b/doc/fl_tiled_image.html
@@ -0,0 +1,148 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Fl_Tiled_Image Binding Map</title>
+ <link href="map.css" rel="stylesheet">
+ </head>
+
+ <body>
+
+
+<h2>Fl_Tiled_Image Binding Map</h2>
+
+
+<a href="index.html">Back to Index</a>
+
+
+<table class="package">
+ <tr><th colspan="2">Package name</th></tr>
+
+ <tr>
+ <td>Fl_Tiled_Image</td>
+ <td>FLTK.Images.Tiled</td>
+ </tr>
+
+</table>
+
+
+
+<table class="type">
+ <tr><th colspan="2">Types</th></tr>
+
+ <tr>
+ <td>Fl_Tiled_Image</td>
+ <td>Tiled_Image</td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+ <td>Tiled_Image_Reference</td>
+ </tr>
+
+</table>
+
+
+
+<table class="function">
+ <tr><th colspan="2">Functions and Procedures</th></tr>
+
+ <tr>
+<td><pre>
+Fl_Tiled_Image(Fl_Image *i, int W=0, int H=0);
+</pre></td>
+<td><pre>
+function Create
+ (From : in out Image'Class;
+ W, H : in Integer := 0)
+ return Tiled_Image;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+virtual void color_average(Fl_Color c, float i);
+</pre></td>
+<td><pre>
+procedure Color_Average
+ (This : in out Tiled_Image;
+ Hue : in Color;
+ Amount : in Blend);
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+Fl_Image * copy();
+</pre></td>
+<td><pre>
+function Copy
+ (This : in Tiled_Image)
+ return Tiled_Image'Class;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+virtual Fl_Image * copy(int W, int H);
+</pre></td>
+<td><pre>
+function Copy
+ (This : in Tiled_Image;
+ Width, Height : in Natural)
+ return Tiled_Image'Class;
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+virtual void desaturate();
+</pre></td>
+<td><pre>
+procedure Desaturate
+ (This : in out Tiled_Image);
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+void draw(int X, int Y);
+</pre></td>
+<td><pre>
+procedure Draw
+ (This : in Tiled_Image;
+ X, Y : in Integer);
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+virtual void draw(int X, int Y, int W, int H, int cx, int cy);
+</pre></td>
+<td><pre>
+procedure Draw
+ (This : in Tiled_Image;
+ X, Y, W, H : in Integer;
+ CX, CY : in Integer);
+</pre></td>
+ </tr>
+
+ <tr>
+<td><pre>
+Fl_Image * image();
+</pre></td>
+<td><pre>
+function Tile
+ (This : in out Tiled_Image)
+ return Image_Reference;
+</pre></td>
+ </tr>
+
+</table>
+
+
+ </body>
+</html>
+
diff --git a/doc/index.html b/doc/index.html
index 75d659f..f729db2 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -116,7 +116,7 @@
<li><a href="fl_text_display.html">Fl_Text_Display</a></li>
<li><a href="fl_text_editor.html">Fl_Text_Editor</a></li>
<li><a href="fl_tile.html">Fl_Tile</a></li>
- <li>Fl_Tiled_Image</li>
+ <li><a href="fl_tiled_image.html">Fl_Tiled_Image</a></li>
<li><a href="fl_toggle_button.html">Fl_Toggle_Button</a></li>
<li><a href="fl_tooltip.html">Fl_Tooltip</a></li>
<li>Fl_Tree</li>
@@ -159,6 +159,7 @@
<li><a href="fl_png_image.html">FLTK.Images.RGB.PNG</a></li>
<li><a href="fl_pnm_image.html">FLTK.Images.RGB.PNM</a></li>
<li><a href="fl_shared_image.html">FLTK.Images.Shared</a></li>
+ <li><a href="fl_tiled_image.html">FLTK.Images.Tiled</a></li>
<li><a href="fl_menu_item.html">FLTK.Menu_Items</a></li>
<li><a href="fl.html">FLTK.Screen</a></li>
<li><a href="fl.html">FLTK.Static</a></li>