mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 18:28:03 +02:00
test/aliasing: Add a few more colour combinations.
In particular, compare red against its inverse, cyan. Etc.
This commit is contained in:
parent
e2220a1f3a
commit
71936a1f41
4 changed files with 5 additions and 1 deletions
|
|
@ -40,7 +40,11 @@ static const struct color {
|
|||
{ 0, 0, 0 },
|
||||
{ 1, 0, 0 },
|
||||
{ 0, 1, 0 },
|
||||
{ 0, 0, 1 }
|
||||
{ 0, 0, 1 },
|
||||
{ 1, 1, 0 },
|
||||
{ 0, 1, 1 },
|
||||
{ 1, 0, 1 },
|
||||
{ .5, .5, .5 },
|
||||
};
|
||||
#define NUM_COLORS (sizeof (color) / sizeof (color[0]))
|
||||
#ifndef MAX
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 95 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 102 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 102 KiB |
Loading…
Add table
Reference in a new issue