UdaraAlwis / XFColorPickerControl

An interactive and responsive Color Picker Control for Xamarin.Forms based on SkiaSharp!
GNU General Public License v3.0
27 stars 10 forks source link

[Feature] Integrate a Rainbow Colour Spectrum #5

Closed bricefriha closed 4 years ago

bricefriha commented 4 years ago

Hello! This could be cool to have a colour spectrum as @UdaraAlwis showed in https://theconfuzedsourcecode.wordpress.com/2020/02/26/i-built-an-interactive-color-picker-control-for-xamarin-forms/

If you don't have the time to do it I can maybe work on it 😉

UdaraAlwis commented 4 years ago

Hello, I'm not sure if I understand your request. Could you explain further? That blog post link you posted is about this library itself, XFColorPickerControl and it already has the color spectrum feature shown in there.

bricefriha commented 4 years ago

Thanks for your reply! 😀 If a colour spectrum is already implemented, how can I use it? because I didn't find it in the doc

UdaraAlwis commented 4 years ago

It's well explained in the github docs itself: https://github.com/UdaraAlwis/XFColorPickerControl/blob/master/README.md

Or you could refer to the other blog post where I exaplain how each feature is implemented in code and how to use them: https://theconfuzedsourcecode.wordpress.com/2020/03/17/publishing-the-nuget-of-my-color-picker-control-for-xamarin-forms/ Each feature has a "How to use?" section where you can read about how to use them.

Good luck! Cheers! :)