nor0x / Maui.ColorPicker

a color picker control for .NET MAUI powered by SkiaSharp.
https://johnnys.news/2022/08/say-hello-to-Maui-ColorPicker
MIT License
56 stars 10 forks source link

Allow to set the initial color #4

Closed Neralem closed 5 months ago

Neralem commented 6 months ago

The PickedColor Property has no public setter. I can see no way to set the initial Color of the ColorPicker.

taublast commented 6 months ago

I have reused much code from this wonderful picker to create a totally drawn one few days ago. https://github.com/taublast/DrawnUi.Maui/tree/main/src/samples/Sandbox/Views/Controls/ColorPicker It has a setter etc. This was to say that i/we could port the drawn code back to this repo control, which wouldn't take much time, depends on what @nor0x intention is.

https://github.com/nor0x/Maui.ColorPicker/assets/25801194/b0e8f788-8e9f-4c18-91ef-b11f43acf57e

nor0x commented 5 months ago

thanks for the info @taublast and @Neralem

this issue is now fixed and PickedColor has a public setter #8