diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-15 20:33:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-15 20:33:58 (GMT) |
commit | 05750b46ee02ad06be61476b42f8a1a8d8a87597 (patch) | |
tree | 31fe161db5699e5d076d9a6dbf02882e9db7aad0 /doc | |
parent | d0aa23eb9005cbc9b4e706ab70b5082be80bad35 (diff) | |
parent | 505d8dc8bc999b995961dbd32c518620d843bdfe (diff) | |
download | tk-05750b46ee02ad06be61476b42f8a1a8d8a87597.zip tk-05750b46ee02ad06be61476b42f8a1a8d8a87597.tar.gz tk-05750b46ee02ad06be61476b42f8a1a8d8a87597.tar.bz2 |
[Bug 3486474]: Inconsistent color scaling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/GetColor.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/GetColor.3 b/doc/GetColor.3 index 201edab..abd1620 100644 --- a/doc/GetColor.3 +++ b/doc/GetColor.3 @@ -95,8 +95,9 @@ to use to display the color. Each \fIR\fR, \fIG\fR, or \fIB\fR represents a single hexadecimal digit. The four forms permit colors to be specified with 4-bit, 8-bit, 12-bit or 16-bit values. When fewer than 16 bits are provided for each color, they represent -the most significant bits of the color. For example, #3a7 is the -same as #3000a0007000. +the most significant bits of the color, while the lower unfilled +bits will be repeatedly replicated from the available higher bits. +For example, #3a7 is the same as #3333aaaa7777. .PP .VS 8.1 \fBTk_AllocColorFromObj\fR returns a pointer to |