happytc 0 Posted May 25, 2011 RGB —> HSL: R = 255, G = 255, B = 255 Return value from function of ColorChooser() is : H = 160, S = 0, L = 240 why here H = 160 instead of H = 0 ? Share this post Link to post Share on other sites
Jos 2,209 Posted May 25, 2011 .. and why are you opening a new topic when you already posted your question in that linked thread? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
happytc 0 Posted May 25, 2011 I got it Because HSL color has redundancy HSL(0, 0, 240) and HSL(160, 0, 240) express the same color. Share this post Link to post Share on other sites