A color selection tool (like xcolorsel)




Hi, I have finished a gtk2 program that does roughly the same as
xcolorsel (and my earlier gtk1 hack, xcolorsel-gtk).  In this
incarnation, it is really just a pairing of a color selection widget and
a list initialized from the rgb.txt file.  The cool parts are that you
can choose a color for the selector from the list, and dually, you can
sort the list (among other keys) on the euclidean distance from the
selected color in RGB space (so the closest matches bunch in the top of
the list).

One possible but not implemented feature is saving lists of colors in
the same format as rgb.txt (from the color selector palette).  Useful?

http://primate.net/~itz/gcolorsel-1.9.0.tar.gz

It was a good first program in gtk2, I think :-)  Especially because
I hope the tree view bugs I discovered in the process will be fixed.

-- 
"It's not true or not."  A reality show producer (real quote)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]