mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: update tests
This commit is contained in:
parent
8479fee606
commit
5df69f6dcc
@ -3877,6 +3877,7 @@ func TestImageAntiAliasAndBlend(t *testing.T) {
|
||||
ebiten.BlendClear,
|
||||
ebiten.BlendCopy,
|
||||
ebiten.BlendSourceOver,
|
||||
ebiten.BlendLighter,
|
||||
} {
|
||||
dst0.Fill(color.RGBA{R: 0x24, G: 0x3f, B: 0x6a, A: 0x88})
|
||||
dst1.Fill(color.RGBA{R: 0x24, G: 0x3f, B: 0x6a, A: 0x88})
|
||||
|
Loading…
Reference in New Issue
Block a user