aseprite/data
David Capello d4caa65cae Use gfx::Rgb and gfx::Hsv classes for HSV <-> RGB conversions.
+ Removed rgb_to_hsv_int() and hsv_to_rgb_int() functions.
+ Changed HSV ranges from [0,255] to H=[0,360], S=[0,100], V=[0,100].
+ Simplified Color class (src/app/color.h) using a m_type and m_value union.
2010-12-08 11:35:08 -03:00
..
fonts Renamed exchange_colors to switch_colors 2008-03-15 01:54:45 +00:00
icons Moved icons to data/icons/ directory. 2010-04-25 12:05:18 -03:00
palettes Moved everything to trunk 2007-09-18 23:57:02 +00:00
po Moved everything to trunk 2007-09-18 23:57:02 +00:00
skins/default_skin Modified some cursors in skin sheet. 2010-07-26 00:21:39 -03:00
widgets Use gfx::Rgb and gfx::Hsv classes for HSV <-> RGB conversions. 2010-12-08 11:35:08 -03:00
convmatr.def Updated copyright year to 2010 in some text files. 2010-06-24 20:49:24 -03:00
gui.xml As now the window can be resized in all platforms we can remove "Configure Screen" option. 2010-11-04 21:47:54 -03:00