XFColorPickerControl icon indicating copy to clipboard operation
XFColorPickerControl copied to clipboard

Set initial color

Open vandenbrakel opened this issue 5 years ago • 7 comments

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

vandenbrakel avatar Aug 24 '20 08:08 vandenbrakel

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

DevEddy avatar Sep 07 '20 09:09 DevEddy

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.

vandenbrakel avatar Sep 07 '20 09:09 vandenbrakel

Same here ... this would be awesome

btw, nice control

Cvijo avatar Oct 21 '20 22:10 Cvijo

+1

decv86 avatar Apr 02 '21 22:04 decv86

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.

cobygifford avatar Jun 21 '21 17:06 cobygifford

+1

MrBearPresident avatar Aug 23 '21 13:08 MrBearPresident

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!

sensboston avatar Jul 03 '23 23:07 sensboston