.Net 的免费软件 Colordialog Control

发布于 2024-08-10 14:42:12 字数 265 浏览 7 评论 0原文

任何人都知道支持 RGB、HSL 和 CMYK 颜色模型的颜色选择(颜色对话框)的 .Net 免费软件控件。

我正在寻找这样的东西。

替代文字 alt text

谢谢。

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.

alt text alt text

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏至、离别 2024-08-17 14:42:12

不完全相同,但我在 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.

奈何桥上唱咆哮 2024-08-17 14:42:12

这些东西太专业了,不能公开。但您至少可以查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文