.Net 的免费软件 Colordialog Control
任何人都知道支持 RGB、HSL 和 CMYK 颜色模型的颜色选择(颜色对话框)的 .Net 免费软件控件。
我正在寻找这样的东西。
谢谢。
anybody know any .Net freeware control for color selection (color dialog) that supports RGB, HSL and CMYK color models.
I'm looking for something like this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不完全相同,但我在 CodeProject 找到了一个非常好的颜色选择器。我在我的一个应用程序中使用这个没有任何问题:
http://beta.codeproject。 com/KB/miscctrl/colorwheelv1.aspx
这两个支持您想要的所有三种颜色模型:
http://beta.codeproject.com/KB/cpp/adobe_cp_clone_part_1.aspx
http://beta.codeproject.com/KB/miscctrl/ZetaColorEditor.aspx
虽然第一个更好看并且功能更好。
Not exactly the same, but a very good color picker I found was at CodeProject. I use this one without problems in one of my applications:
http://beta.codeproject.com/KB/miscctrl/colorwheelv1.aspx
These two support all the three color models you want:
http://beta.codeproject.com/KB/cpp/adobe_cp_clone_part_1.aspx
http://beta.codeproject.com/KB/miscctrl/ZetaColorEditor.aspx
Although the first is better looking and is better in functionality.
这些东西太专业了,不能公开。但您至少可以查看 Paint.net 来源 HSV 色轮和其他与颜色相关的实用程序类和函数。旧版本(我已链接到 3.05)受 MIT 许可,您可以从那里借用代码。
This things are too specialized to be in the open. But you can take a look at Paint.net sources for at least HSV color wheel and other color-related utility classes and functions. Old versions (I've linked to 3.05) are under MIT license and you can borrow code from there.