From a6163888f3c56123b1db313743c6147ba498732c Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 8 Aug 2014 14:42:07 +0300 Subject: Add third_party libs --- .../fltk-1.1.10/documentation/Fl_Tiled_Image.html | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 third_party/windows/fltk-1.1.10/documentation/Fl_Tiled_Image.html (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_Tiled_Image.html') diff --git a/third_party/windows/fltk-1.1.10/documentation/Fl_Tiled_Image.html b/third_party/windows/fltk-1.1.10/documentation/Fl_Tiled_Image.html new file mode 100644 index 0000000..ad8c137 --- /dev/null +++ b/third_party/windows/fltk-1.1.10/documentation/Fl_Tiled_Image.html @@ -0,0 +1,64 @@ + + + Fl_Tiled_Image + + + + + +

class Fl_Tiled_Image

+
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Description

+ +

The Fl_Tiled_Image class supports tiling of images +over a specified area. The source (tile) image is not +copied unless you call the color_average(), +desaturate(), +or inactive() +methods.

+ +

Methods

+ + + +

Fl_Tiled_Image::Fl_Tiled_Image(Fl_Image *img, int W, int H);

+ +

The constructors create a new tiled image containing the specified image.

+ +

Fl_Tiled_Image::~Fl_Tiled_Image();

+ +

The destructor frees all memory and server resources that are used by +the tiled image.

+ +

Fl_Image *Fl_Tiled_Image::image();

+ +

Returns the image that will be tiled.

+ + + -- cgit v1.3.1