enlightenment/src
rephorm d7792a9270 Start of a color selector.
Change the last test in e_test.c to #if 1 to play.

Issues:
  Redrawing the H,S and V spectra is a bit slow. Needs to be optimized.

  Spacing / Sizing of the various pieces of the csel widget needs to be cleaned up a bit.

  I haven't actually themed anything yet. Just some fairly basic place holders to get it working. We should wrap each piece in shadowed cutout graphic, and make fancier cursors.

  A color well widget
    - show the currently selected color
    - allows dnd of colors (this probably requires some reworking of ecore selection code)

For anyone wanting to play with this, a single E_Color struct is used by all parts of the selector, preventing the need to copy values around. This includes RGB *and* HSV values since the two spaces aren't 1:1.


SVN revision: 24669
2006-08-14 04:38:49 +00:00
..
bin Start of a color selector. 2006-08-14 04:38:49 +00:00
lib - fix warning 2006-06-06 03:52:52 +00:00
modules * border property patch - dont generate on moves 2006-08-12 12:49:52 +00:00
preload cross-compile fixes, (odd that this didnt screw up before when i did some 2006-02-18 04:35:35 +00:00
.cvsignore Quiet! 2004-12-02 18:41:29 +00:00
Makefile.am nix libe.so and the preload stuff. just remove fromt eh build tree (But keep 2006-07-08 14:54:41 +00:00