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: 5 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T06:36:39.000Z (over 5 years ago)
- Last Synced: 2024-12-25T19:25:01.477Z (about 1 year 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


