Skip to content

This is just a basic header file that adds a COLORREF for every type of color that I can find. Keeps things more uniform in a program and less risk of typos cause errors.

Notifications You must be signed in to change notification settings

WilliamW1979/Color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Color

This is just a basic header file that adds a COLORREF for every type of color that I can find. Keeps things more uniform in a program and less risk of typos cause errors.

Using it is simple, just include the file into your C++ program and then use the namespace COLOR to access the color you want.

COLOR::BLUE


Anyone who has more colors, please send them to me to share and update this. I reference all locations where I get the colors at the end of the file so others can see where I got it and also verify there are no typing errors.

No license for this, free to use as you please. Just give me credit for putting it together for you.

About

This is just a basic header file that adds a COLORREF for every type of color that I can find. Keeps things more uniform in a program and less risk of typos cause errors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages