diff options
Diffstat (limited to 'test/rgb.txt')
-rw-r--r-- | test/rgb.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/rgb.txt b/test/rgb.txt new file mode 100644 index 0000000..0fbf580 --- /dev/null +++ b/test/rgb.txt @@ -0,0 +1,8 @@ +# Test data for rgb.c - changes here likely require changes to that code +255 255 255 white + 0 0 0 black +255 0 0 red + 0 255 0 green + 0 0 255 blue + 0 50 98 BerkeleyBlue +253 181 21 CaliforniaGold |