Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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")