Skip to content

Commit

Permalink
Use colors that are compatible with the Q16 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jul 15, 2024
1 parent f3f8261 commit b6210a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public void ShouldEvaluateTheExpression()

using var result = images.Fx("(u+v)/2", Channels.Green);

ColorAssert.Equal(new MagickColor("#ff9fff"), result, 250, 375);
ColorAssert.Equal(new MagickColor("#229f92"), result, 375, 375);
ColorAssert.Equal(new MagickColor("#ffff9f1fffff"), result, 250, 375);
ColorAssert.Equal(new MagickColor("#22229f1f9292"), result, 375, 375);
}
}
}

0 comments on commit b6210a6

Please sign in to comment.