diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2024-03-27 17:43:56 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2024-03-27 17:43:56 +0000 |
commit | 0003d7e73efc20c4b7b9e3de65954894368e8c2d (patch) | |
tree | 0b0f4a2651dd75844915fac98f0d9ff27d9fa750 /lib | |
parent | 7514dd26ce5ab558c7ebbca5d5bd3dce689a55d3 (diff) | |
download | netpbm-mirror-0003d7e73efc20c4b7b9e3de65954894368e8c2d.tar.gz netpbm-mirror-0003d7e73efc20c4b7b9e3de65954894368e8c2d.tar.xz netpbm-mirror-0003d7e73efc20c4b7b9e3de65954894368e8c2d.zip |
Add comment about duplicate entries
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4889 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rgb.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rgb.txt b/lib/rgb.txt index 28231080..5c6ab3e8 100644 --- a/lib/rgb.txt +++ b/lib/rgb.txt @@ -2,6 +2,10 @@ # order. Some color names are defined multiple times, and sometimes # with different colors. Many colors have multiple names. +# When Netpbm interprets this dictionary, it recognizes the first definition +# of a particular color name and the first definition of a particular color +# definition. (That means the function is not reversible). + # - Netpbm originals # - Crayola crayons, as determined by John Thomas at Tektronix # - Hollasch at Microsoft Research |