summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-02-10 23:55:24 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-02-10 23:55:24 (GMT)
commitcca9ed326599756620a7712dfb6be83e1724a6f4 (patch)
tree50bfed10a7859a141c470f598ee83cd31ca8ebfd /doc
parentf67cc2dfbb28c39d35ed3efe4c325792a7f68e92 (diff)
downloadtk-cca9ed326599756620a7712dfb6be83e1724a6f4.zip
tk-cca9ed326599756620a7712dfb6be83e1724a6f4.tar.gz
tk-cca9ed326599756620a7712dfb6be83e1724a6f4.tar.bz2
proposed fix for bug-3486474
FossilOrigin-Name: 6f74cf37d47277636825553974d4f586dccb35ca
Diffstat (limited to 'doc')
-rw-r--r--doc/GetColor.35
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