]> granicus.if.org Git - python/commit
Cache conversions from triplets to rrggbb's and vice versa. Wasteful
authorBarry Warsaw <barry@python.org>
Wed, 18 Feb 1998 00:02:26 +0000 (00:02 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 18 Feb 1998 00:02:26 +0000 (00:02 +0000)
commit8d3e5ee552b70512b13a910da594b5c32f3e9c26
tree78d9af1d234845d0d5a8cf806dd7b8df8278c404
parenta219e7976f7d4c6873b38cbb180b95879c61b06d
Cache conversions from triplets to rrggbb's and vice versa.  Wasteful
on space, but improves performance.  Also use map to calculate
triplet_to_pmwrgb().
Tools/pynche/ColorDB.py