mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-24 07:43:35 +00:00
+ 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.