From 2c5b2688595dd4711f965dd5cbf87f91e671d1e3 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 9 Apr 2013 15:10:25 +0000 Subject: [PATCH] Fix for STR #2947: A couple of minor glitches in the 1.3.2 docs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9868 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/drawing.dox | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index 072e56a66..400c9a2c8 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -217,7 +217,6 @@ void Fl::get_color(Fl_Color i, uchar &red, uchar &green, uchar &blue) Generate RGB values from a colormap index value \p i. The first returns the RGB as a 32-bit unsigned integer, and the second decomposes the RGB into three 8-bit values. -\todo work out why Fl::get_color() does not give links! Fl::get_system_colors()
Fl::foreground()
@@ -237,7 +236,6 @@ Fl::set_color(Fl_Color i, unsigned c) \par \p Fl::free_color() and \p Fl::set_color() are used to remove and replace entries from the colormap. -\todo work out why these do not give links! There are two predefined graphical interfaces for choosing colors. The function fl_show_colormap() shows a table of colors and returns an @@ -355,7 +353,7 @@ void fl_point(int x, int y) Draw a single pixel at the given coordinates. void fl_rectf(int x, int y, int w, int h)
-void fl_rectf(int x, int y, int w, int h) +void fl_rectf(int x, int y, int w, int h, Fl_Color c) \par Color a rectangle that exactly fills the given bounding box.