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_RGB_Image.html | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 third_party/windows/fltk-1.1.10/documentation/Fl_RGB_Image.html (limited to 'third_party/windows/fltk-1.1.10/documentation/Fl_RGB_Image.html') diff --git a/third_party/windows/fltk-1.1.10/documentation/Fl_RGB_Image.html b/third_party/windows/fltk-1.1.10/documentation/Fl_RGB_Image.html new file mode 100644 index 0000000..d67f48b --- /dev/null +++ b/third_party/windows/fltk-1.1.10/documentation/Fl_RGB_Image.html @@ -0,0 +1,64 @@ + + + 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.3.1