diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 928f09612..08e4cee6c 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -1109,6 +1109,7 @@ const Fl_Color FL_GRAY0 = 32; // 'A' const Fl_Color FL_DARK3 = 39; // 'H' const Fl_Color FL_DARK2 = 45; // 'N' const Fl_Color FL_DARK1 = 47; // 'P' +/** Default background color */ const Fl_Color FL_BACKGROUND_COLOR = 49; // 'R' default background color const Fl_Color FL_LIGHT1 = 50; // 'S' const Fl_Color FL_LIGHT2 = 52; // 'U' diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H index b296704f9..eb7aef3c6 100644 --- a/FL/Fl_Image.H +++ b/FL/Fl_Image.H @@ -267,7 +267,7 @@ public: virtual void color_average(Fl_Color c, float i); /** The inactive() method calls - color_average(FL_BACKGROUND_COLOR, 0.33f) to produce + color_average(\ref FL_BACKGROUND_COLOR, 0.33f) to produce an image that appears grayed out. An internal copy is made of the original image before diff --git a/documentation/src/fltk-options.dox b/documentation/src/fltk-options.dox index c9603fc6d..a52d31426 100644 --- a/documentation/src/fltk-options.dox +++ b/documentation/src/fltk-options.dox @@ -56,7 +56,7 @@ options and their values. `fltk-options --help OPTION` prints more detailed information for OPTION if available. In interactive mode, tooltips provide this additional information. -A full list of options can be found in the maunal at \ref Fl_Option . +A full list of options can be found in the manual at Fl::Fl_Option. \htmlonly