RSColorPicker
RSColorPicker copied to clipboard
fixed redundant calls to delegate method -colorPickerDidChangeSelection:
-colorPickerDidChangeSelection: is now only called when user finger is tracking the picker, or when the selectionColor changes after a computation (change in brightness and opacity)
This is very similar to #66. Also, were this to be implemented we would need to update the unit tests. I'll think about this some more.