diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-13 21:47:14 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-13 21:49:27 +0200 |
| commit | e9e5f4bdb1dcd043aa9a60e15f3f6ed52a1c96e8 (patch) | |
| tree | 59b5ea60bac8ecc0600f9a551b70eed8f24c3f26 /documentation/src/common.dox | |
| parent | a6651e10ffc1753945faf8de0192cf74effc80d8 (diff) | |
Remove "MS" from "MS Windows" in docs code, and comments
The system (platform) is called "Windows", "MS Windows" doesn't make
much sense. I removed "MS" for consistency.
Diffstat (limited to 'documentation/src/common.dox')
| -rw-r--r-- | documentation/src/common.dox | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/documentation/src/common.dox b/documentation/src/common.dox index dcad4b1fe..c8536e095 100644 --- a/documentation/src/common.dox +++ b/documentation/src/common.dox @@ -168,17 +168,12 @@ widget's parent. \section common_colors Colors -FLTK stores the colors of widgets as an 32-bit unsigned -number that is either an index into a color palette of 256 -colors or a 24-bit RGB color. The color palette is \e not -the X or MS Windows colormap, but instead is an internal table with -fixed contents. - -See the -\ref drawing_colors -section of -\ref drawing -for implementation details. +FLTK stores the colors of widgets as a 32-bit unsigned number that is +either an index into a color palette of 256 colors (0 \<= color \<= 255) +or a 24-bit RGB color (color > 255). The color palette is \e not the +X or Windows colormap, but instead is an internal table with fixed contents. + +See the \ref drawing_colors section of \ref drawing for implementation details. There are symbols for naming some of the more common colors: |
