summaryrefslogtreecommitdiff
path: root/documentation/src/drawing.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-01-13 21:15:10 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-01-13 21:15:10 +0100
commit3d53548cfb26fd13234744e2a0d2e8eca5cd5dc2 (patch)
tree0e5144d87f38e02e9780d3e87486fe26c2644118 /documentation/src/drawing.dox
parent7ef23153df6ab66a15a69c052df0ccd82bc6d352 (diff)
Documentation: enhance chapter "FLTK Basics"
basics.dox: Some minor edits, clarifications and reordering for better readability. drawing.dox: minor edits, remove "Figure x.y:" etc. (to be continued) enumerations.dox: change chapter title
Diffstat (limited to 'documentation/src/drawing.dox')
-rw-r--r--documentation/src/drawing.dox13
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 847647800..c6b7e1e0f 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -253,13 +253,12 @@ standard colors and color cube for the first 256 colors. All of
these are named with symbols in
\ref enumerations "<FL/Enumerations.H>". Example:
-\image html fltk-colormap.png "Figure 8.1: FLTK default colormap (Fl_Color 0x00 - 0xff)"
+\image html fltk-colormap.png "FLTK default colormap (Fl_Color 0x00 - 0xff)"
\image latex fltk-colormap.png "FLTK default colormap (Fl_Color 0x00 - 0xff)" width=6cm
-Color values greater than 255 are treated as 24-bit RGB
-values. These are mapped to the closest color supported by the
-screen, either from one of the 256 colors in the FLTK 1.3.x
-colormap or a direct RGB value on TrueColor screens.
+Color values greater than 255 are treated as 24-bit RGB values. These are mapped
+to the closest color supported by the screen, either from one of the 256 colors
+in the FLTK colormap or a direct RGB value on TrueColor screens.
Fl_Color fl_rgb_color(uchar r, uchar g, uchar b) <br>
Fl_Color fl_rgb_color(uchar grayscale)
@@ -513,7 +512,7 @@ box. The two angles are measured in degrees counter-clockwise from
must be greater or equal to \p a1.
\par
-\image html fl_pie_arc_diagram.png "Figure 8.1: fl_pie() and fl_arc()"
+\image html fl_pie_arc_diagram.png "fl_pie() and fl_arc()"
\image latex fl_pie_arc_diagram.png "fl_pie() and fl_arc()" width=6cm
\par
@@ -656,7 +655,7 @@ If \p end is less than \p start then it draws the arc in a clockwise
direction.
\par
-\image html fl_arc_xyr_diagram.png "Figure 8.3: fl_arc(x,y,r,a1,a2)"
+\image html fl_arc_xyr_diagram.png "fl_arc(x,y,r,a1,a2)"
\image latex fl_arc_xyr_diagram.png "fl_arc(x,y,r,a1,a2)" width=6cm
void fl_circle(double x, double y, double r)