From ae3aaf71338960e85d27c88d7004497409c6a6d9 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 21 Apr 2018 00:19:09 +1000 Subject: More polishing, fixing of minor overlooked things, etc --- doc/fl_rgb_image.html | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 doc/fl_rgb_image.html (limited to 'doc/fl_rgb_image.html') diff --git a/doc/fl_rgb_image.html b/doc/fl_rgb_image.html new file mode 100644 index 0000000..95ee4e0 --- /dev/null +++ b/doc/fl_rgb_image.html @@ -0,0 +1,171 @@ + + + + + + + Fl_RGB_Image Binding Map + + + + + + +

Fl_RGB_Image Binding Map

+ + + + + + + + + + +
Package name
Fl_RGB_ImageFLTK.Images.RGB
+ + + + + + + + + + + + + + + + +
Types
Fl_RGB_ImageRGB_Image
 RGB_Image_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_RGB_Image(const uchar *bits, int W, int H, int D=3, int LD=0);
+
 
+Fl_RGB_Image(const Fl_Pixmap *pxm, Fl_Color bg=FL_GRAY);
+
 
+virtual void color_average(Fl_Color c, float i);
+
+procedure Color_Average
+       (This   : in out RGB_Image;
+        Col    : in     Color;
+        Amount : in     Blend);
+
+virtual Fl_Image * copy(int W, int H);
+
+function Copy
+       (This          : in RGB_Image;
+        Width, Height : in Natural)
+    return RGB_Image'Class;
+
+Fl_Image * copy();
+
+function Copy
+       (This : in RGB_Image)
+    return RGB_Image'Class;
+
+virtual void desaturate();
+
+procedure Desaturate
+       (This : in out RGB_Image);
+
+virtual void draw(int X, int Y, int W, int H, int cx=0, int cy=0);
+
+procedure Draw
+       (This       : in RGB_Image;
+        X, Y, W, H : in Integer;
+        CX, CY     : in Integer := 0);
+
+void draw(int X, int Y);
+
+procedure Draw
+       (This : in RGB_Image;
+        X, Y : in Integer);
+
+virtual void label(Fl_Widget *w);
+
 
+virtual void label(Fl_Menu_Item *m);
+
 
+static void max_size(size_t size);
+
 
+static size_t max_size();
+
 
+virtual void uncache();
+
 
+ + + + + -- cgit