diff options
| author | foswret | 2026-05-05 10:59:05 -0500 |
|---|---|---|
| committer | foswret | 2026-05-05 10:59:05 -0500 |
| commit | 567b98381670eb96264fb8ae3621595ebfba1c5b (patch) | |
| tree | 078b40fdabe8200f8cc471899765d45c04959918 /src/color.h | |
| parent | 8d760e61cd8db7e299938f061fd0d9425dbbd12c (diff) | |
add color.h, create draw_image()
Diffstat (limited to 'src/color.h')
| -rw-r--r-- | src/color.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/color.h b/src/color.h new file mode 100644 index 0000000..2ce4995 --- /dev/null +++ b/src/color.h @@ -0,0 +1,4 @@ +#define BLACK "000000" +#define WHITE "FFFFFF" +#define GREEN "008000" +#define RED "FF2052" |
