mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:45:52 +08:00
Followup: small color docs mod
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9857 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -156,7 +156,7 @@ the current clipping region.
|
|||||||
FLTK manages colors as 32-bit unsigned integers, encoded as RGBI.
|
FLTK manages colors as 32-bit unsigned integers, encoded as RGBI.
|
||||||
When the "RGB" bytes are non-zero, the value is treated as RGB.
|
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
|
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.
|
are reserved for special use.
|
||||||
|
|
||||||
Values from 0 to 255, i.e. the "I" index value, represent
|
Values from 0 to 255, i.e. the "I" index value, represent
|
||||||
|
|||||||
Reference in New Issue
Block a user