Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakryukov/color-names-js-wpf
Color names for CSS and WPF, a convenient software development reference and tool
https://github.com/sakryukov/color-names-js-wpf
color-names colors css html html5 javascript wpf
Last synced: 13 days ago
JSON representation
Color names for CSS and WPF, a convenient software development reference and tool
- Host: GitHub
- URL: https://github.com/sakryukov/color-names-js-wpf
- Owner: SAKryukov
- License: mit
- Created: 2023-11-04T22:06:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-29T07:30:06.000Z (about 1 month ago)
- Last Synced: 2024-12-29T08:23:44.687Z (about 1 month ago)
- Topics: color-names, colors, css, html, html5, javascript, wpf
- Language: JavaScript
- Homepage: https://www.SAKryukov.org
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Color Names for CSS and WPF
A convenient software development reference and tool
For the definitions to include in an application, see [JavaScript code](./code/js/names/).
### [Run the application online](https://SAKryukov.GitHub.io/color-names-js-wpf/code/js)
## Features:
- Interactive color table for CSS and WPF color names
- Arrow keys and mouse navigation
- Output in the form of CSS color properties, both RGBA and HSLA
- Optional output to the clipboard
- Optional color sampling shown on colored text and background
- Complementary colors
- 14 sorting modes
- The application can be used as a [PWA](https://en.wikipedia.org/wiki/Progressive_web_app). Once installed, it can be used 100% offline.### Credits
I used RGB to HSL conversion [suggested](https://gist.github.com/mjackson/5311256) by [Michael Jackson](https://gist.github.com/mjackson) as a prototype, but I had to improve the code and notify Michael of the potential problems.