https://github.com/hunlongyu/color-conversion
颜色转换-RGB和HEX互转
https://github.com/hunlongyu/color-conversion
Last synced: 3 months ago
JSON representation
颜色转换-RGB和HEX互转
- Host: GitHub
- URL: https://github.com/hunlongyu/color-conversion
- Owner: Hunlongyu
- Created: 2016-08-26T06:36:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T07:21:49.000Z (almost 10 years ago)
- Last Synced: 2024-12-31T03:14:42.718Z (over 1 year ago)
- Language: JavaScript
- Size: 3.69 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 颜色转换
#### RGB转HEX HEX转RGB
代码部分由HTML、CSS和JS完成。最后用软件封装成EXE格式软件。
本软件无需安装,绿色,免费,无毒。只支持windows7 +


软件也没有什么难度,且小bug也很多,慢慢修复吧。功能单一,界面简单。(谁让我又单纯又懒呢~).0.0.
[点击下载软件](https://github.com/Hunlongyu/Color-conversion/blob/master/Color%20conversion.exe?raw=true)
更新详情:
0.1.2 版本
1. 切换按钮的时候,清除输入框内的值。
2. 修改README.MD文档,增加截图。
0.1.0 版本
1. 敲代码的时候突发奇想,开始了软件构思。
2. 完成代码主体部分,实现颜色转换。
3. 增加颜色预览功能。