From 74942d0537764ec6dccb16ba75648aa83943d229 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 19 Apr 2002 11:53:40 +0000 Subject: Fix links in docos... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/drawing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/drawing.html') diff --git a/documentation/drawing.html b/documentation/drawing.html index 5b40b9d83..12e4cb13f 100644 --- a/documentation/drawing.html +++ b/documentation/drawing.html @@ -142,7 +142,7 @@ values. These are mapped to the closest color supported by the screen, either from one of the 256 colors in the FLTK 1.0.x colormap or a direct RGB value on TrueColor screens. You can generate 24-bit RGB color values using the fl_rgb_color() +HREF="functions.html#fl_rgb_color">fl_rgb_color() function.

void fl_color(Fl_Color)

-- cgit v1.2.3