I am developing an application for Windows Phone 8.1. I need to make a color picker where users will be able to choose or pick a custom color. I found that Coding4Fun can be a solution. But I didn't understand how to use it. Is there any other way to do it?
I am looking for this type of color picker :
or
or
It's easy to use ColorPicker
from Coding4Fun
, try this :
1) Go to TOOLS -> NuGet Package Manager -> Package Manager Console
2) Type this :
Install-Package Coding4Fun.Toolkit.Controls
3) Add this line in the page that you want to put ColorPicker inside it :
xmlns:c4fToolkit="clr-namespace:Coding4Fun.Toolkit.Controls;assembly=Coding4Fun.Toolkit.Controls"
4) Use ColorPicker
<c4fToolkit:ColorPicker></c4fToolkit:ColorPicker>