From 5e2bdbdeef23721d83022a780387ffec685f7ca0 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 2 Apr 2013 16:51:56 +0000 Subject: [PATCH] Followup: small color docs mod git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9857 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/drawing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index 8a2e0e940..072e56a66 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -156,7 +156,7 @@ the current clipping region. FLTK manages colors as 32-bit unsigned integers, encoded as RGBI. When the "RGB" bytes are non-zero, the value is treated as RGB. If these bytes are zero, the "I" byte will be used as an index -into the colormap. Colors with both RGB set and an index >0 +into the colormap. Colors with both "RGB" set and an "I" >0 are reserved for special use. Values from 0 to 255, i.e. the "I" index value, represent