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

Set initial color #4

Open vandenbrakel opened 4 years ago

vandenbrakel commented 4 years ago

Hi, great control! Is it possible to set the initial color when showing the color picker?

DevEddy commented 4 years ago

Same here, that would be awesome.

There is one OSS project hat is already doing that: https://github.com/daltonks/Spillman.Xamarin.Forms.ColorPicker I don't know if you could apply it to your code. I could not get it to work properly, my knowledge in skia sharp is not the best.

Thanks!

-- Eddy

vandenbrakel commented 4 years ago

At the moment I do it by saving the X an Y values and restoring them. However I have another use for the color picker where other nodes in the flow can also alter the current color. Rendering the stored X and Y useless.

Cvijo commented 4 years ago

Same here ... this would be awesome

btw, nice control

decv86 commented 3 years ago

+1

cobygifford commented 3 years ago

Same...set initial color would be nice since it is a color picker/editor and it is an awesome picker so I don't want to use anything else.

MrBearPresident commented 3 years ago

+1

sensboston commented 1 year ago

Hi everybody, take a look to https://github.com/UdaraAlwis/XFColorPickerControl/pull/7 I tested on UWP only but should work everywhere. Hope, these changes will be merged to the main, and new package will be released.

@UdaraAlwis, please review and approve or request for changes (or you may apply any changes by yourself). Thanks!