WPF Color Picker Implementation

前端 未结 5 772
攒了一身酷
攒了一身酷 2020-12-13 09:35

I have to create a color picker in my WPF application. When I click on any color, the code of that color should come in a textbox. I googled a lot but found nothing matching

5条回答
  •  失恋的感觉
    2020-12-13 10:22

    Have a look at ColorBox control at codeplex. You can also create Linear and Radial gradients with it.

提交回复
热议问题