From e9e5f4bdb1dcd043aa9a60e15f3f6ed52a1c96e8 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 13 Apr 2024 21:47:14 +0200 Subject: 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. --- documentation/src/common.dox | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'documentation/src/common.dox') 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: -- cgit v1.2.3