Spillman.Xamarin.Forms.ColorPicker

Nice looking HSV color picker for Xamarin Forms with alpha and hex support.

Little video

Color picker screenshot

To use

  • Install SkiaSharp and SkiaSharp.Views.Forms into your app projects
  • Install the NuGet package
  • Add ColorPickerView to a view
  • Set the ColorPickerView's BindingContext to an instance of ColorPickerViewModel
  • Access the color values through the ColorPickerViewModel (Color, SKColor, HueColor, Hex, A, H, S, V)