testsuite: Correct values for red

The value used was for rec2020 (9/14/0/1), not rec2100-pq (9/16/0/1).
This commit is contained in:
Benjamin Otte 2024-08-28 20:09:59 +02:00
parent 328020b241
commit aa81df921b
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
border {
colors: rgb(255,0,0) color(srgb-linear 1 0 0) color(rec2100-pq 0.792 0.231 0.0738) rgb(255,0,0);
colors: rgb(255,0,0) color(srgb-linear 1 0 0) color(rec2100-pq 0.5325 0.327 0.2201) rgb(255,0,0);
outline: 0 0 100 100;
widths: 50;
}
border {
colors: rgb(255,0,0) color(srgb-linear 1 0 0) color(rec2100-pq 0.792 0.231 0.0738) rgb(255,0,0);
colors: rgb(255,0,0) color(srgb-linear 1 0 0) color(rec2100-pq 0.5325 0.327 0.2201) rgb(255,0,0);
outline: -50 -50 200 200;
widths: 5;
}

View File

@ -15,7 +15,7 @@ color {
}
color {
bounds: 0 100 100 100;
color: color(rec2100-pq 0.792 0.231 0.0738);
color: color(rec2100-pq 0.5325 0.327 0.2201);
}
color {
bounds: 100 100 100 100;