Nice looking HSV color picker for Xamarin Forms with alpha and hex support.
- Install
SkiaSharpandSkiaSharp.Views.Formsinto your app projects - Install the NuGet package
- Add
ColorPickerViewto a view - Set the
ColorPickerView'sBindingContextto an instance ofColorPickerViewModel - Access the color values through the
ColorPickerViewModel(Color,SKColor,HueColor,Hex,A,H,S,V)
