Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beardedfish/colour-converter
A console application made in C++ to convert hex colours to their RGB equivalent and vice versa.
https://github.com/beardedfish/colour-converter
blue c-plus-plus colour colour-converter console converter cpp green hex red rgb
Last synced: about 1 month ago
JSON representation
A console application made in C++ to convert hex colours to their RGB equivalent and vice versa.
- Host: GitHub
- URL: https://github.com/beardedfish/colour-converter
- Owner: BeardedFish
- Created: 2020-05-11T07:30:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T06:36:39.000Z (over 4 years ago)
- Last Synced: 2024-11-06T14:48:51.915Z (3 months ago)
- Topics: blue, c-plus-plus, colour, colour-converter, console, converter, cpp, green, hex, red, rgb
- Language: C++
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colour-Converter
A console application made in C++ to convert hex colours to their RGB equivalent and vice versa.## How To Use:
```
ColourConverter.exe [HEX_VALUE]
```
```
ColourConverter.exe [R] [G] [B]
```## Screenshots
![Coverting hex to RGB](Screenshots/Screenshot1.png "Coverting hex to RGB")
![Converting RGB to hex](Screenshots/Screenshot2.png "Converting RGB to hex")
![Improper usage](Screenshots/Screenshot3.png "Improper usage")