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

class Fl_PNG_Image

+
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Additional Libraries

+ + + +

Description

+ +

The Fl_PNG_Image class supports loading, caching, +and drawing of Portable Network Graphics (PNG) image files. The +class loads colormapped and full-color images and handles color- +and alpha-based transparency.

+ +

Methods

+ + + +

Fl_PNG_Image::Fl_PNG_Image(const char *filename);

+ +

The constructor loads the named PNG image.

+ +

Fl_PNG_Image::~Fl_PNG_Image();

+ +

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

+ + + -- cgit v1.3.1