diff options
| author | Greg Ercolano <erco@seriss.com> | 2014-11-10 20:31:42 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2014-11-10 20:31:42 +0000 |
| commit | a6369a42342cf31a4779e269aea5e1bd0f810c3b (patch) | |
| tree | 6e1990f6ad13769f18819ea769ec0fb1d84701f9 | |
| parent | eda115850993a70a84d5085af6a6843e02b45c35 (diff) | |
Small mod to fix problem with color chip image not showing up in doxygen docs.
Oddly, leading white space on the two \image commands caused them to appear
as literal text inside a code box, similar to as if they were embedded in a
\code - \endcode block -- not sure why.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10445 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | documentation/src/drawing.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index f82dc5316..205461a32 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -167,8 +167,8 @@ 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 "FLTK default colormap (Fl_Color 0x00 - 0xff)" - \image latex fltk-colormap.png "FLTK default colormap (Fl_Color 0x00 - 0xff)" width=6cm +\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 |
