Author: greg.ercolano Date: 2013-04-02 09:51:56 -0700 (Tue, 02 Apr 2013) New Revision: 9857 Log: Followup: small color docs mod
Modified: branches/branch-1.3/documentation/src/drawing.dox Modified: branches/branch-1.3/documentation/src/drawing.dox =================================================================== --- branches/branch-1.3/documentation/src/drawing.dox 2013-04-02 16:47:57 UTC (rev 9856) +++ branches/branch-1.3/documentation/src/drawing.dox 2013-04-02 16:51:56 UTC (rev 9857) @@ -156,7 +156,7 @@ 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 _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
