Hello.
Our application need a colorPicker which user choose color freely but it should have a certain transparency(alpha value).
I removed advanced button in your xamColorPicker Window. But I don't know how to set every default color with certain alpha value.
XAML or Code-behind setting is OK. Please let me know how to do this.
thanks
Hello jswpro,
Thank you for your feedback. I am very glad that I was able to assist you.
If you require any further assistance, please do not hesitate to ask.
Sincerely,
Radko Kolev
Infragistics Inc.
www.infragistics.com/support
Thank you Radko.
It is really helpful.
Thank you for your post. I can suggest you two approaches:
• you can handle the xamComboEditor’s SelectedColorChanged event in code and change the event arguments’ NewColor property by altering its alpha channel with the desired value and then set the modified color to the an object of your choice or
• you can define your own set of colors (palette) and have them all defined with certain alpha value in XAML
Please do not hesitate to let me know if you have any further questions on this matter.