+ 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.