I'm working on color ramping for a color selection using a database table of
hex-values. If I simply sort the hex-values alphabetically I get an
interesting pattern of color ramps, but it is not what your eye would consider
a continuous gradient. From what I've read people seem to say converting to
HSV and then sorting is a better solution. Does anyone have any insight on
this topic they could share with me?