From b879b0673a3d97518fd619f61ccf741a7332a69f Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Thu, 17 May 2012 23:34:17 +0000 Subject: Added some descriptions to colors, switched jpg -> png. (jpeg was 2x larger) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9524 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/drawing.dox | 4 ++-- documentation/src/fltk-colormap.jpg | Bin 140581 -> 0 bytes documentation/src/fltk-colormap.png | Bin 0 -> 53032 bytes 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 documentation/src/fltk-colormap.jpg create mode 100644 documentation/src/fltk-colormap.png (limited to 'documentation') diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index 4223e0ce2..285a61ea5 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -166,8 +166,8 @@ standard colors and color cube for the first 256 colors. All of these are named with symbols in \ref enumerations "". Example: - \image html fltk-colormap.jpg "FLTK default colormap (Fl_Color 0x00 - 0xff)" - \image latex fltk-colormap.jpg "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 diff --git a/documentation/src/fltk-colormap.jpg b/documentation/src/fltk-colormap.jpg deleted file mode 100644 index fc9b48f2e..000000000 Binary files a/documentation/src/fltk-colormap.jpg and /dev/null differ diff --git a/documentation/src/fltk-colormap.png b/documentation/src/fltk-colormap.png new file mode 100644 index 000000000..36bdac618 Binary files /dev/null and b/documentation/src/fltk-colormap.png differ -- cgit v1.2.3