diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-02-15 21:09:27 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-02-15 21:09:27 (GMT) |
commit | c868a922a93a4455cd2b1a7ae5558bc2ca5f4231 (patch) | |
tree | c95bfcb0f17783a66f7d2613c8962ecbd1a63748 /doc | |
parent | 807dcce3f868dfbfe92b5d5dcf936c387cffaeb7 (diff) | |
parent | 2d29beaca054ac2c29f5c7fea5211966ff856914 (diff) | |
download | tk-c868a922a93a4455cd2b1a7ae5558bc2ca5f4231.zip tk-c868a922a93a4455cd2b1a7ae5558bc2ca5f4231.tar.gz tk-c868a922a93a4455cd2b1a7ae5558bc2ca5f4231.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 f41a87a..5b7a553 100644 --- a/doc/GetColor.3 +++ b/doc/GetColor.3 @@ -86,8 +86,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 \fBTk_AllocColorFromObj\fR returns a pointer to an XColor structure; the structure indicates the exact intensities of |