mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Fixed colorscale mode
This commit is contained in:
parent
2eebe55b90
commit
b20692f523
@ -127,6 +127,7 @@ func Draw(dst *ebiten.Image, text string, face Face, options *DrawOptions) {
|
||||
dl.Flush(dst, &drawOptions{
|
||||
Blend: drawOp.Blend,
|
||||
Filter: drawOp.Filter,
|
||||
ColorScaleMode: ebiten.ColorScaleModePremultipliedAlpha,
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user