Skip to content

BeardedFish/Colour-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 Converting RGB to hex Improper usage