From 07766e7d727a075372d33c43f9f2f0602ea4a0b8 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Jan 1999 15:35:04 +0000 Subject: Fixed various typos and added a Fluid organization chart image contributed by Craig Earls. git-svn-id: file:///fltk/svn/fltk/trunk@207 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/drawing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/drawing.html') diff --git a/documentation/drawing.html b/documentation/drawing.html index 2d195d3de..5580e68a4 100644 --- a/documentation/drawing.html +++ b/documentation/drawing.html @@ -105,7 +105,7 @@ href=#enumerations><FL/Enumerations.H>.

For colormapped displays, a color cell will be allocated out of fl_colormap the first time you use a color. If the colormap fills up then a least-squares algorithm is used to find the closest -color. +color.

Fl_Color fl_color()

@@ -503,7 +503,7 @@ decompress the entire line at once: decompress it into the buffer, and then if x is not zero, copy the data over so the x'th pixel is at the start of the buffer. -

You can assumme the y's will be consecutive, except the first one +

You can assume the y's will be consecutive, except the first one may be greater than zero.

If D is 4 or more, you must fill in the unused bytes with zero. -- cgit v1.2.3