Awesome
Spillman.Xamarin.Forms.ColorPicker
Nice looking HSV color picker for Xamarin Forms with alpha and hex support.
To use
- Install
SkiaSharp
andSkiaSharp.Views.Forms
into your app projects - Install the NuGet package
- Add
ColorPickerView
to a view - Set the
ColorPickerView
'sBindingContext
to an instance ofColorPickerViewModel
- Access the color values through the
ColorPickerViewModel
(Color
,SKColor
,HueColor
,Hex
,A
,H
,S
,V
)