c-color-names
v0.1.0-alpha.1
Color Names API in C
|
ANSI C API for the excellent collection of colors in the color-names package.
NOTE: This library is still under development. The public API is unstable till the library reaches beta status. There will be breaking changes in public API if needed.
The recommended method of using this library is to copy two source files into your own codebase, and include it in the build.
color_names.h
: header filecolor_names.c
: implementaion fileInclude color_names.h in program and and make sure to build with color_names.c.
The public API of the library is provided by color_names.h.
If you wish to build the project locally for experimentation or to make any changes, setup a local development environment as described in BUILD.
LICENSE
file in the source for details.