SwiftHSVColorPicker icon indicating copy to clipboard operation
SwiftHSVColorPicker copied to clipboard

Delegate and UI improvements

Open andrei-sadagurschi opened this issue 8 years ago • 1 comments

  • added color picker delegate for getting notified when the color changes;
  • added conversion from extended RGB space to sRGB for iOS 10.0 and above (sometimes the returned colors need to be used in sRGB with red, green and blue values between 0.0 and 1.0);
  • fixed compile warnings;
  • don't recreate color wheel, brightness view and selected color view each time the color is set from outside;
  • added laryer corner radius and border to selected color view;

andrei-sadagurschi avatar Jun 13 '17 17:06 andrei-sadagurschi

Done.

andrei-sadagurschi avatar Aug 28 '17 08:08 andrei-sadagurschi