From 497afccb07164373e0de6639e754d7d691f1926f Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 14 Oct 2008 22:12:25 +0000 Subject: Doxygen pdf man: First version added in documentation/fltk.pdf, old doc removed, images, dox files moved to a new src directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6431 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_RGB_Image.html | 64 ----------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 documentation/Fl_RGB_Image.html (limited to 'documentation/Fl_RGB_Image.html') diff --git a/documentation/Fl_RGB_Image.html b/documentation/Fl_RGB_Image.html deleted file mode 100644 index 4949bf080..000000000 --- a/documentation/Fl_RGB_Image.html +++ /dev/null @@ -1,64 +0,0 @@ - - - Fl_RGB_Image - - - - - -

class Fl_RGB_Image

-
- -

Class Hierarchy

- - - -

Include Files

- - - -

Description

- -

The Fl_RGB_Image class supports caching and drawing -of full-color images with 1 to 4 channels of color information. -Images with an even number of channels are assumed to contain -alpha information, which is used to blend the image with the -contents of the screen.

- -

Fl_RGB_Image is defined in -<FL/Fl_Image.H>, however for compatibility reasons -<FL/Fl_RGB_Image.H> should be included.

- -

Methods

- - - -

Fl_RGB_Image::Fl_RGB_Image(const unsigned char *array, int W, int H, int D = 3, int LD = 0);

- -

The constructor creates a new image from the specified data.

- -

Fl_RGB_Image::~Fl_RGB_Image();

- -

The destructor free all memory and server resources that are used by -the image.

- - - -- cgit v1.2.3