Yes, another great control has been added to the Extended WPF Toolkit project on CodePlex called the ColorPicker.

The ColorPicker is pretty much self explanatory.  It allows a user to select a color using a color canvas, a hue slider, and an alpha slider for transparency.

This is what is looks like when it is in display mode:

color_picker 

This is what it looks like in edit mode:

color_picker_expanded

 

It is a pretty simple control for now.  There will be added functionality in the coming future to support entering RGB and HSV values, as well as Hexadecimal values.

There is a SelectedColor dependency property that can be data bound to as follows.

<toolkit:ColorPicker SelectedColor="{Binding FavoriteColor}" />

 

As you can see, I have been hard at work trying to make the Extended WPF Toolkit a successful project full of valuable controls that can be used in your application.  But I will need feedback on the controls to make sure they are meeting the needs of the users.  So please leave your feedback, good or bad, in the Discussions section of the project site.

Brian Lagunas

View all posts

Follow Me

Follow me on Twitter, subscribe to my YouTube channel, and watch me stream live on Twitch.