summaryrefslogtreecommitdiff
path: root/documentation/Fl_Image.html
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-12-19 13:33:08 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-12-19 13:33:08 +0000
commita31071deb496bdf1b9a932e4bfc15b11687c93fd (patch)
treea7b853b70aea7bc3f013aafd68897be3e904578a /documentation/Fl_Image.html
parent3a635d78846ede7be867281a6a7db972bd0d478c (diff)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4720 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Image.html')
-rw-r--r--documentation/Fl_Image.html6
1 files changed, 3 insertions, 3 deletions
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.</P>
<H4><A NAME="Fl_Image.inactive">void inactive();</A></H4>
<P>The <TT>inactive()</TT> method calls
-<TT>color_average(FL_GRAY, 0.33f)</TT> to produce an image that
-appears grayed out. <I>This method does not alter the original
-image data.</I></P>
+<TT>color_average(FL_BACKGROUND_COLOR, 0.33f)</TT> to produce
+an image that appears grayed out. <I>This method does not
+alter the original image data.</I></P>
<H4><A NAME="Fl_Image.label">virtual void label(Fl_Widget *w);
virtual void label(Fl_Menu_Item *m);</A></H4>