diff options
Diffstat (limited to 'documentation/Fl_Image.html')
| -rw-r--r-- | documentation/Fl_Image.html | 6 |
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> |
