mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 01:15:35 +00:00
ui/draw: switch to color.RGBA for colors
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -82,7 +82,7 @@ type drawState struct {
|
||||
img image.Image
|
||||
imgRect image.Rectangle
|
||||
// Current ColorOp, if any.
|
||||
color color.NRGBA
|
||||
color color.RGBA
|
||||
}
|
||||
|
||||
type pathOp struct {
|
||||
|
||||
Reference in New Issue
Block a user