Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daltonks/Spillman.Xamarin.Forms.ColorPicker
Nice looking HSV color picker for Xamarin Forms with alpha and hex support.
https://github.com/daltonks/Spillman.Xamarin.Forms.ColorPicker
Last synced: 3 months ago
JSON representation
Nice looking HSV color picker for Xamarin Forms with alpha and hex support.
- Host: GitHub
- URL: https://github.com/daltonks/Spillman.Xamarin.Forms.ColorPicker
- Owner: daltonks
- License: mit
- Created: 2019-07-20T17:02:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T17:28:41.000Z (about 1 year ago)
- Last Synced: 2024-06-29T15:42:21.297Z (4 months ago)
- Language: C#
- Homepage:
- Size: 523 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Spillman.Xamarin.Forms.ColorPicker ★10
README
# Spillman.Xamarin.Forms.ColorPicker
Nice looking HSV color picker for Xamarin Forms with alpha and hex support.
[Little video](https://www.youtube.com/watch?v=A5GesThEogo)
![Color picker screenshot](screenshot.png)
# To use
- Install `SkiaSharp` and `SkiaSharp.Views.Forms` into your app projects
- Install the [NuGet package](https://www.nuget.org/packages/Spillman.Xamarin.Forms.ColorPicker/)
- 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`)