ColorPicker
ColorPicker copied to clipboard
Color pickers for Xamarin Forms.
I am irked that the WINUI 3 ColorPicker is so complex and not easy to use in C# code. I would much prefer a more straightforward implementation such as provided...
Bumps [SkiaSharp](https://github.com/mono/SkiaSharp) from 2.80.0 to 2.88.6. Release notes Sourced from SkiaSharp's releases. Version 2.88.6 What's Changed [release/2.x] Update libjpeg-turbo to 3.0.0 by @mattleibow in mono/SkiaSharp#2581 [release/2.x] libjpeg is not used...
Bumps [SkiaSharp](https://github.com/mono/SkiaSharp) from 2.80.0 to 2.88.6. Release notes Sourced from SkiaSharp's releases. Version 2.88.6 What's Changed [release/2.x] Update libjpeg-turbo to 3.0.0 by @mattleibow in mono/SkiaSharp#2581 [release/2.x] libjpeg is not used...
Bumps [SkiaSharp](https://github.com/mono/SkiaSharp) from 2.80.0 to 2.88.6. Release notes Sourced from SkiaSharp's releases. Version 2.88.6 What's Changed [release/2.x] Update libjpeg-turbo to 3.0.0 by @mattleibow in mono/SkiaSharp#2581 [release/2.x] libjpeg is not used...
Bumps [SkiaSharp](https://github.com/mono/SkiaSharp) from 2.80.0 to 2.88.6. Release notes Sourced from SkiaSharp's releases. Version 2.88.6 What's Changed [release/2.x] Update libjpeg-turbo to 3.0.0 by @mattleibow in mono/SkiaSharp#2581 [release/2.x] libjpeg is not used...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Put the colorpicker inside a scrollview 2. Try to...
**Describe the bug** When I download the package I get a warning that conflicts from different versions of SkiaSharp found that could not be resolved... **To Reproduce** Steps to reproduce...
**Describe the bug** Dragging the sliders on the controls on iOS will move the slider a small amount and then stop. Afterwards no further interaction (pressing or sliding) will move...
This code can be deleted https://github.com/vpapenko/ColorPicker/blob/59c078d0f2a2ecc35a6140f2d3b2c28401ca8514/ColorPicker/ColorPicker/ColorWheel.cs#L270 as is handled by the base class https://github.com/vpapenko/ColorPicker/blob/59c078d0f2a2ecc35a6140f2d3b2c28401ca8514/ColorPicker/ColorPicker/BaseClasses/ColorPickerViewBase.cs#L78
Something is wrong when the color picker is child element of TabViewItem(control -> Xamarin Community Toolkit TabView). https://docs.microsoft.com/en-us/xamarin/community-toolkit/views/tabview **The color picker becomes transparent, but the color selection is still available.**...