index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
pynche
/
ColorDB.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lots of changes to support loading alternative color name database.
Barry Warsaw
1999-04-26
1
-27/+74
*
Updated __main__ unit test
Barry Warsaw
1998-10-15
1
-5/+10
*
rrggbb_to_triplet(): When color doesn't start with `#' raise a
Barry Warsaw
1998-10-06
1
-1/+2
*
Updated docstring.
Barry Warsaw
1998-10-02
1
-5/+12
*
all_names(): => unique_names()
Barry Warsaw
1998-10-02
1
-2/+12
*
all_names(): Return just the unique names of rgb colors
Barry Warsaw
1998-10-02
1
-0/+11
*
Changed interface for nearest() method to take individual red, green,
Barry Warsaw
1998-09-29
1
-2/+1
*
triplet_to_brightness(): New function
Barry Warsaw
1998-09-28
1
-0/+9
*
Fixed unit test
Barry Warsaw
1998-09-25
1
-6/+6
*
rrggbb_to_triplet(), triplet_to_rrggbb(): Improvements given by GvR
Barry Warsaw
1998-02-18
1
-8/+3
*
Cache conversions from triplets to rrggbb's and vice versa. Wasteful
Barry Warsaw
1998-02-18
1
-13/+22
*
triplet_to_pmwrgb(): New function
Barry Warsaw
1998-02-13
1
-0/+5
*
__init__(): simplify, use tuple as key to __byrgb, lowercase __byname key.
Barry Warsaw
1998-02-11
1
-22/+22
*
Simplification of conversion routines
Barry Warsaw
1998-02-11
1
-22/+21
*
BadColor: new exception class
Barry Warsaw
1998-01-31
1
-3/+43
*
Better implementation of nearest(). Not faster, but better
Barry Warsaw
1998-01-31
1
-1/+2
*
Initial revision
Barry Warsaw
1998-01-31
1
-0/+151