From ebba50752d148619543343a5e26d86f6be00f3ae Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Wed, 20 Jul 2016 01:03:33 +0000 Subject: [PATCH] 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 --- documentation/src/enumerations.dox | 12 +++++++----- 1 file 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 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. \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 virtual colormap. +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: