From a31071deb496bdf1b9a932e4bfc15b11687c93fd Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 19 Dec 2005 13:33:08 +0000 Subject: git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4720 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Image.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/Fl_Image.html') diff --git a/documentation/Fl_Image.html b/documentation/Fl_Image.html index ebc596830..7aadbef4a 100644 --- a/documentation/Fl_Image.html +++ b/documentation/Fl_Image.html @@ -165,9 +165,9 @@ image height.

void inactive();

The inactive() method calls -color_average(FL_GRAY, 0.33f) to produce an image that -appears grayed out. This method does not alter the original -image data.

+color_average(FL_BACKGROUND_COLOR, 0.33f) to produce +an image that appears grayed out. This method does not +alter the original image data.

virtual void label(Fl_Widget *w); virtual void label(Fl_Menu_Item *m);

-- cgit v1.2.3