当前位置:网站首页>C# winforms 输入颜色转换颜色名
C# winforms 输入颜色转换颜色名
2022-08-04 13:47:00 【林德熙】
本文告诉大家如何输入颜色,如0xFFFF8000
转换为 Orange 在 winforms 程序
可以使用下面代码转换
public static class HexColorTranslator
{
private static Dictionary<string, string> _hex2Name;
private static Dictionary<string, string> Hex2Name
{
get
{
if (_hex2Name == null)
{
_hex2Name = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
foreach (KnownColor ce in typeof(KnownColor).GetEnumValues())
{
var name = ce.ToString();
var color = Color.FromKnownColor(ce);
var hex = HexConverter(color);
_hex2Name[hex] = name;
}
}
return _hex2Name;
}
}
private static string HexConverter(Color c)
{
return c.R.ToString("X2") + c.G.ToString("X2") + c.B.ToString("X2");
}
public static string GetKnownColorFromHex(string hex)
{
hex = hex.TrimStart('#');
if (Hex2Name.TryGetValue(hex, out var result))
{
return result;
}
return "???";
}
}
调用的方式是传入颜色
HexColorTranslator.GetKnownColorFromHex("#FFFF8000");
参见: https://stackoverflow.com/a/51238017/6116637
边栏推荐
- Win11快速助手在哪里?Win11打开快速助手的方法
- PAT甲级:1040 Longest Symmetric String
- Script to get local IP address
- Interviewer: How to view files containing abc string in /etc directory?
- ROS设置plugin插件
- leetcode 48. Rotate Image (Medium)
- 卷积神经网络 基础
- 阿里老鸟终于把测试用例怎么写说的明明白白了,小鸟必看
- 第六届未来网络发展大会,即将开幕!
- This article sorts out the development of the main models of NLP
猜你喜欢
如何查找endnote文献中pdf文件的位置
做项目管理有且有必要了解并学习的重要知识--PMP项目管理
State security organs conduct criminal arrest and summons review on Yang Zhiyuan, a suspect suspected of endangering national security
Is there a replacement for the LM2596?LM2576 can
leetcode 48. Rotate Image (Medium)
面试官:如何查看/etc目录下包含abc字符串的文件?
SCA兼容性分析工具(ORACLE/MySQL/DB2---&gt;MogDB/openGauss/PostgreSQL)
【WeChat Mini Program】Social Internship Production Project for Information Management and Information System Major--Trash Fingerprint
开放麒麟 openKylin 版本规划敲定:10 月发布 0.9 版并开启公测,12 月发布 1.0 版
【牛客刷题-SQL大厂面试真题】NO5.某宝店铺分析(电商模式)
随机推荐
How to find the location of a pdf file in endnote literature
PMP每日一练 | 考试不迷路-8.4(包含敏捷+多选)
让Web页面中的编辑器支持黏贴或直接拖拽来添加图片「建议收藏」
并发刺客(False Sharing)——并发程序的隐藏杀手
工具函数---字符串处理
17种正则表达式
Convolutional Neural Network Basics
Button control switch 4017 digital circuit chip
正确使用Impala的invalidate metadata与refresh语句
Script to get local IP address
RT-Thread stm32 基础记录
用过Apifox这个API接口工具后,确实感觉postman有点鸡肋......
Oracle RAC环境下vip/public/private IP的区别
电子行业MES管理系统有哪些特殊功能
项目里的各种配置,你都了解吗?
idea永久激活教程(新版)
Fuse bit of AVR study notes
橄榄枝大课堂APP正式启动上线
Billboard
荧光磷脂PEG衍生物之一磷脂-聚乙二醇-荧光素,Fluorescein-PEG-DSPE