
Bugs item #38, was opened at 25/06/2004 15:58 You can respond by visiting: http://gforge.lrde.epita.fr/tracker/?func=detail&atid=103&aid=38&group_id=7 Category: Sugar Group: None Status: Open Resolution: None Priority: 1 Submitted By: Niels van Vliet (van-vl_n) Assigned to: Nobody (None) Summary: Traits for color conversion Initial Comment: A traits for color conversion: Given 2 colors, returns the functor needed. Ex1: ntg::rgb_8, ntg::hsi<9> => oln::convert::f_rgb_to_hsi<8, 9>() Why not: Ex2: ntg::hsl_8, ntg::hsi<9> => oln::convert::f_rgb_to_hsi<8, 9>() (oln::convert::f_hsl_to_rgb<9, 9>()) [I am not sure about the values 8 and 9] See color_space.cc and in tools to apply changes and news 10.196. ---------------------------------------------------------------------- You can respond by visiting: http://gforge.lrde.epita.fr/tracker/?func=detail&atid=103&aid=38&group_id=7