summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2016-07-20 01:03:33 +0000
committerGreg Ercolano <erco@seriss.com>2016-07-20 01:03:33 +0000
commitebba50752d148619543343a5e26d86f6be00f3ae (patch)
treeea1606967df6b5dc4fede5970cab9e858e9adff0
parentd2d5573bc5e36aeb5419cdedec9bd40d25f892d9 (diff)
Bringing over fix [r11758] from 1.3 current to the porting branch.
(Enumerations.H had already been updated, but the enumerations.dox had not) Added references to the virtual colorcube. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11828 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--documentation/src/enumerations.dox12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox
index 9a68aa5fd..75915650d 100644
--- a/documentation/src/enumerations.dox
+++ b/documentation/src/enumerations.dox
@@ -216,16 +216,18 @@ The following constants define the standard FLTK fonts:
\section enumerations_colors Colors
The Fl_Color enumeration type holds a FLTK color value.
-Colors are either 8-bit indexes into a virtual colormap or 24-bit RGB
-color values. Color indices occupy the lower 8 bits of the value, while
-RGB colors occupy the upper 24 bits, for a byte organization of RGBI.
+Colors are either 8-bit indexes into a <a href="fltk-colormap.png">virtual colormap</a>
+or 24-bit RGB color values. Color indices occupy the lower 8 bits of the
+value, while RGB colors occupy the upper 24 bits, for a byte organization
+of RGBI.
\subsection enumerations_color_constants Color Constants
Constants are defined for the user-defined foreground and background
colors, as well as specific colors and the start of the grayscale ramp
-and color cube in the virtual colormap. Inline functions are provided to
-retrieve specific grayscale, color cube, or RGB color values.
+and color cube in the <a href="fltk-colormap.png">virtual colormap</a>.
+Inline functions are provided to retrieve specific grayscale, color cube,
+or RGB color values.
The following color constants can be used to access the user-defined
colors: